Home
last modified time | relevance | path

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

/linux-6.3-rc2/crypto/
A Dhctr2.c133 u8 hbar[BLOCKCIPHER_BLOCK_SIZE]; in hctr2_setkey() local
152 memset(hbar, 0, sizeof(hbar)); in hctr2_setkey()
153 crypto_cipher_encrypt_one(tctx->blockcipher, hbar, hbar); in hctr2_setkey()
162 err = crypto_shash_setkey(tctx->polyval, hbar, BLOCKCIPHER_BLOCK_SIZE); in hctr2_setkey()
165 memzero_explicit(hbar, sizeof(hbar)); in hctr2_setkey()

Completed in 4 milliseconds