Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/examples/hash/
H A Dsha0.c52 A = ctx->sha0_state[0]; in sha0_process()
53 B = ctx->sha0_state[1]; in sha0_process()
54 C = ctx->sha0_state[2]; in sha0_process()
55 D = ctx->sha0_state[3]; in sha0_process()
56 E = ctx->sha0_state[4]; in sha0_process()
81 ctx->sha0_state[0] += A; in sha0_process()
82 ctx->sha0_state[1] += B; in sha0_process()
83 ctx->sha0_state[2] += C; in sha0_process()
84 ctx->sha0_state[3] += D; in sha0_process()
85 ctx->sha0_state[4] += E; in sha0_process()
[all …]
H A Dsha0.h105 u32 sha0_state[SHA0_STATE_SIZE]; member