Home
last modified time | relevance | path

Searched refs:sha224_state (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/libecc/src/hash/
H A Dsha224.c34 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 …]
/freebsd/crypto/libecc/include/libecc/hash/
H A Dsha224.h64 u32 sha224_state[SHA224_STATE_SIZE]; member