Searched refs:first_block (Results 1 – 1 of 1) sorted by relevance
| /crypto/ |
| A D | hctr2.c | 60 u8 first_block[BLOCKCIPHER_BLOCK_SIZE]; member 247 crypto_xor(rctx->first_block, digest, BLOCKCIPHER_BLOCK_SIZE); in hctr2_finish() 250 scatterwalk_map_and_copy(rctx->first_block, req->dst, in hctr2_finish() 279 scatterwalk_map_and_copy(rctx->first_block, req->src, in hctr2_crypt() 296 crypto_xor(digest, rctx->first_block, BLOCKCIPHER_BLOCK_SIZE); in hctr2_crypt() 301 crypto_cipher_encrypt_one(tctx->blockcipher, rctx->first_block, in hctr2_crypt() 304 crypto_cipher_decrypt_one(tctx->blockcipher, rctx->first_block, in hctr2_crypt() 308 crypto_xor(digest, rctx->first_block, BLOCKCIPHER_BLOCK_SIZE); in hctr2_crypt()
|
Completed in 3 milliseconds