Searched refs:hbar (Results 1 – 1 of 1) sorted by relevance
133 u8 hbar[BLOCKCIPHER_BLOCK_SIZE]; in hctr2_setkey() local152 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()