Searched refs:sha224_state (Results 1 – 2 of 2) sorted by relevance
34 a = ctx->sha224_state[0]; in sha224_process()35 b = ctx->sha224_state[1]; in sha224_process()36 c = ctx->sha224_state[2]; in sha224_process()37 d = ctx->sha224_state[3]; in sha224_process()38 e = ctx->sha224_state[4]; in sha224_process()39 f = ctx->sha224_state[5]; in sha224_process()40 g = ctx->sha224_state[6]; in sha224_process()41 h = ctx->sha224_state[7]; in sha224_process()54 ctx->sha224_state[0] += a; in sha224_process()55 ctx->sha224_state[1] += b; in sha224_process()[all …]
64 u32 sha224_state[SHA224_STATE_SIZE]; member