Searched defs:hctr2_request_ctx (Results 1 – 1 of 1) sorted by relevance
59 struct hctr2_request_ctx { struct60 u8 first_block[BLOCKCIPHER_BLOCK_SIZE];61 u8 xctr_iv[BLOCKCIPHER_BLOCK_SIZE];62 struct scatterlist *bulk_part_dst;63 struct scatterlist *bulk_part_src;64 struct scatterlist sg_src[2];65 struct scatterlist sg_dst[2];70 union {94 struct hctr2_request_ctx *rctx) in hctr2_hashed_tweak() argument
Completed in 5 milliseconds