Searched refs:sha2_word32 (Results 1 - 1 of 1) sorted by relevance

/external/ipsec-tools/src/racoon/missing/crypto/sha2/
H A Dsha2.c135 typedef uint32_t sha2_word32; /* Exactly 4 bytes */
141 typedef u_int32_t sha2_word32; /* Exactly 4 bytes */ typedef
157 sha2_word32 tmp = (w); \
221 void SHA256_Transform(SHA256_CTX*, const sha2_word32*);
227 const static sha2_word32 K256[64] = {
247 const static sha2_word32 sha256_initial_hash_value[8] = {
380 void SHA256_Transform(SHA256_CTX* context, const sha2_word32* data) {
381 sha2_word32 a, b, c, d, e, f, g, h, s0, s1;
382 sha2_word32 T1, *W256;
385 W256 = (sha2_word32*)contex
[all...]

Completed in 128 milliseconds