Searched defs:offset (Results  1 – 11 of 11) 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 | md5.c | 177 	const unsigned int offset = mctx->byte_count & 0x3f;  in md5_final()  local
  | 
| D | xcbc.c | 138 	unsigned int offset = 0;  in crypto_xcbc_digest_final()  local
  | 
| D | cmac.c | 170 	unsigned int offset = 0;  in crypto_cmac_digest_final()  local
  | 
| D | md4.c | 187 	const unsigned int offset = mctx->byte_count & 0x3f;  in md4_final()  local
  | 
| D | ahash.c | 86 	unsigned int offset;  in shash_ahash_digest()  local 142 	unsigned int offset = walk->offset;  in hash_walk_next()  local
  | 
| D | xts.c | 164 	int offset = req->cryptlen & ~(XTS_BLOCK_SIZE - 1);  in xts_cts_final()  local
  | 
| D | fips140-module.c | 565 	u32	offset;  member
  | 
| D | af_alg.c | 646 unsigned int af_alg_count_tsgl(struct sock *sk, size_t bytes, size_t offset)  in af_alg_count_tsgl()
  | 
| D | testmgr.c | 270 	unsigned int offset;  member 636 		unsigned int offset = partitions[i].div->offset;  in build_test_sglist()  local 698 		unsigned int offset = sg->offset;  in verify_correct_output()  local
  |