Searched refs:hbar (Results 1 – 1 of 1) sorted by relevance
100 u8 hbar[BLOCKCIPHER_BLOCK_SIZE]; in hctr2_setkey() local119 memset(hbar, 0, sizeof(hbar)); in hctr2_setkey()120 crypto_cipher_encrypt_one(tctx->blockcipher, hbar, hbar); in hctr2_setkey()126 static_assert(sizeof(hbar) == POLYVAL_BLOCK_SIZE); in hctr2_setkey()127 polyval_preparekey(&tctx->poly_key, hbar); in hctr2_setkey()128 memzero_explicit(hbar, sizeof(hbar)); in hctr2_setkey()