Searched refs:sha224_total (Results 1 – 2 of 2) sorted by relevance
76 ctx->sha224_total = 0; in sha224_init()114 left = (ctx->sha224_total & 0x3F); in sha224_update()117 ctx->sha224_total += ilen; in sha224_update()158 block_present = ctx->sha224_total % SHA224_BLOCK_SIZE; in sha224_final()171 PUT_UINT64_BE(8 * ctx->sha224_total, last_padded_block, in sha224_final()177 PUT_UINT64_BE(8 * ctx->sha224_total, last_padded_block, in sha224_final()
62 u64 sha224_total; member