Searched defs:offset (Results 1 – 15 of 15) sorted by relevance
/crypto/async_tx/ |
D | async_xor.c | 100 do_sync_xor(struct page *dest, struct page **src_list, unsigned int offset, in do_sync_xor() 160 async_xor(struct page *dest, struct page **src_list, unsigned int offset, in async_xor() 223 static int page_is_zero(struct page *p, unsigned int offset, size_t len) in page_is_zero() 256 async_xor_val(struct page *dest, struct page **src_list, unsigned int offset, in async_xor_val()
|
D | async_pq.c | 107 do_sync_gen_syndrome(struct page **blocks, unsigned int offset, int disks, in do_sync_gen_syndrome() 163 async_gen_syndrome(struct page **blocks, unsigned int offset, int disks, in async_gen_syndrome() 281 async_syndrome_val(struct page **blocks, unsigned int offset, int disks, in async_syndrome_val()
|
/crypto/ |
D | cts.c | 61 unsigned offset; member 110 unsigned int offset; in cts_cbc_encrypt() local 155 unsigned int offset; in crypto_cts_encrypt() local 191 unsigned int offset; in cts_cbc_decrypt() local 249 unsigned int offset; in crypto_cts_decrypt() local
|
D | algif_hash.c | 132 int offset, size_t size, int flags) in hash_sendpage() 345 int offset, size_t size, int flags) in hash_sendpage_nokey()
|
D | md5.c | 180 const unsigned int offset = mctx->byte_count & 0x3f; in md5_final() local
|
D | cmac.c | 176 unsigned int offset = 0; in crypto_cmac_digest_final() local
|
D | xcbc.c | 142 unsigned int offset = 0; in crypto_xcbc_digest_final() local
|
D | md4.c | 187 const unsigned int offset = mctx->byte_count & 0x3f; in md4_final() local
|
D | algif_skcipher.c | 259 int offset, size_t size, int flags) in skcipher_sendpage_nokey()
|
D | af_alg.c | 527 unsigned int af_alg_count_tsgl(struct sock *sk, size_t bytes, size_t offset) in af_alg_count_tsgl() 962 int offset, size_t size, int flags) in af_alg_sendpage()
|
D | xts.c | 167 int offset = req->cryptlen & ~(XTS_BLOCK_SIZE - 1); in cts_final() local
|
D | algif_aead.c | 428 int offset, size_t size, int flags) in aead_sendpage_nokey()
|
D | ahash.c | 43 unsigned int offset = walk->offset; in hash_walk_next() local
|
D | shash.c | 298 unsigned int offset; in shash_ahash_digest() local
|
D | testmgr.c | 240 unsigned int offset; member 571 unsigned int offset = partitions[i].div->offset; in build_test_sglist() local 633 unsigned int offset = sg->offset; in verify_correct_output() local
|