Searched refs:sha3_block_size (Results 1 – 2 of 2) sorted by relevance
40 ctx->sha3_block_size = (u8)((KECCAK_SLICES * KECCAK_SLICES * sizeof(u64)) - (u8)(2 * digest_size)); in _sha3_init()65 if(ctx->sha3_idx == ctx->sha3_block_size){ in _sha3_update()94 state[ctx->sha3_block_size - 1] ^= 0x80; in _sha3_finalize()98 state[SWAP64_Idx(ctx->sha3_block_size - 1)] ^= 0x80; in _sha3_finalize()
31 u8 sha3_block_size; member