Home
last modified time | relevance | path

Searched defs:block0 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/mtd/devices/
H A Ddocg3.c456 static int doc_read_seek(struct docg3 *docg3, int block0, int block1, int page, in doc_read_seek()
505 static int doc_write_seek(struct docg3 *docg3, int block0, int block1, int page, in doc_write_seek()
695 static int doc_read_page_prepare(struct docg3 *docg3, int block0, int block1, in doc_read_page_prepare()
832 static void calc_block_sector(loff_t from, int *block0, int *block1, int *page, in calc_block_sector()
869 int block0, block1, page, ret, skip, ofs = 0; in doc_read_oob() local
1016 int block0, block1, page, ofs, is_good; in doc_block_isbad() local
1142 static int doc_erase_block(struct docg3 *docg3, int block0, int block1) in doc_erase_block()
1188 int block0, block1, page, ret = 0, ofs = 0; in doc_erase() local
1234 int block0, block1, page, ret, ofs = 0; in doc_write_page() local
/openbmc/linux/lib/crypto/
H A Dchacha20poly1305.c63 u8 block0[POLY1305_KEY_SIZE]; in __chacha20poly1305_encrypt() member
133 u8 block0[POLY1305_KEY_SIZE]; in __chacha20poly1305_decrypt() member
228 u8 block0[POLY1305_KEY_SIZE]; in chacha20poly1305_crypt_sg_inplace() member
H A Dchacha20poly1305-selftest.c8837 u8 block0[POLY1305_KEY_SIZE]; in chacha20poly1305_encrypt_bignonce() member