Searched refs:hbar (Results 1 - 1 of 1) sorted by path

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

Completed in 323 milliseconds