Home
last modified time | relevance | path

Searched refs:first_block (Results 1 – 1 of 1) sorted by relevance

/crypto/
Dhctr2.c60 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()
280 scatterwalk_map_and_copy(rctx->first_block, req->src, in hctr2_crypt()
297 crypto_xor(digest, rctx->first_block, BLOCKCIPHER_BLOCK_SIZE); in hctr2_crypt()
302 crypto_cipher_encrypt_one(tctx->blockcipher, rctx->first_block, in hctr2_crypt()
305 crypto_cipher_decrypt_one(tctx->blockcipher, rctx->first_block, in hctr2_crypt()
309 crypto_xor(digest, rctx->first_block, BLOCKCIPHER_BLOCK_SIZE); in hctr2_crypt()