Searched defs:offset (Results 1 – 15 of 15) sorted by relevance
/crypto/async_tx/ |
D | async_xor.c | 100 do_sync_xor_offs(struct page *dest, unsigned int offset, in do_sync_xor_offs() 141 dma_xor_aligned_offsets(struct dma_device *device, unsigned int offset, in dma_xor_aligned_offsets() 182 async_xor_offs(struct page *dest, unsigned int offset, in async_xor_offs() 273 async_xor(struct page *dest, struct page **src_list, unsigned int offset, in async_xor() 281 static int page_is_zero(struct page *p, unsigned int offset, size_t len) in page_is_zero() 315 async_xor_val_offs(struct page *dest, unsigned int offset, in async_xor_val_offs() 409 async_xor_val(struct page *dest, struct page **src_list, unsigned int offset, in async_xor_val()
|
/crypto/ |
D | cts.c | 61 unsigned offset; member 106 unsigned int offset; in cts_cbc_encrypt() local 151 unsigned int offset; in crypto_cts_encrypt() local 187 unsigned int offset; in cts_cbc_decrypt() local 245 unsigned int offset; in crypto_cts_decrypt() local
|
D | algif_hash.c | 132 int offset, size_t size, int flags) in hash_sendpage() 340 int offset, size_t size, int flags) in hash_sendpage_nokey()
|
D | md5.c | 177 const unsigned int offset = mctx->byte_count & 0x3f; in md5_final() local
|
D | cmac.c | 177 unsigned int offset = 0; in crypto_cmac_digest_final() local
|
D | xcbc.c | 143 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 | 250 int offset, size_t size, int flags) in skcipher_sendpage_nokey()
|
D | af_alg.c | 538 unsigned int af_alg_count_tsgl(struct sock *sk, size_t bytes, size_t offset) in af_alg_count_tsgl() 989 int offset, size_t size, int flags) in af_alg_sendpage()
|
D | xts.c | 164 int offset = req->cryptlen & ~(XTS_BLOCK_SIZE - 1); in xts_cts_final() local
|
D | algif_aead.c | 424 int offset, size_t size, int flags) in aead_sendpage_nokey()
|
D | fips140-module.c | 450 u32 offset; member
|
D | ahash.c | 44 unsigned int offset = walk->offset; in hash_walk_next() local
|
D | shash.c | 325 unsigned int offset; in shash_ahash_digest() local
|
D | testmgr.c | 258 unsigned int offset; member 601 unsigned int offset = partitions[i].div->offset; in build_test_sglist() local 663 unsigned int offset = sg->offset; in verify_correct_output() local
|