HomeSort by: relevance | last modified time | path
    Searched defs:sha2_word32 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/unbound/dist/compat/
sha512.c 99 typedef uint32_t sha2_word32; /* Exactly 4 bytes */ typedef
113 sha2_word32 tmp = (w); \
  /src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/sha2/
sha2.c 112 typedef uint32_t sha2_word32; /* Exactly 4 bytes */ typedef
118 typedef u_int32_t sha2_word32; /* Exactly 4 bytes */ typedef
134 sha2_word32 tmp = (w); \
226 static void SHA256_Transform(SHA256_CTX*, const sha2_word32*);
232 const static sha2_word32 K256[64] = {
252 const static sha2_word32 sha256_initial_hash_value[8] = {
385 void SHA256_Transform(SHA256_CTX* context, const sha2_word32* data) {
386 sha2_word32 a, b, c, d, e, f, g, h, s0, s1;
387 sha2_word32 T1, *W256;
390 W256 = (sha2_word32*)context->buffer
    [all...]
  /src/crypto/dist/ipsec-tools/src/racoon/missing/crypto/sha2/
sha2.c 133 typedef uint32_t sha2_word32; /* Exactly 4 bytes */
139 typedef u_int32_t sha2_word32; /* Exactly 4 bytes */ typedef
155 sha2_word32 tmp = (w); \
219 void SHA256_Transform(SHA256_CTX*, const sha2_word32*);
225 const static sha2_word32 K256[64] = {
245 const static sha2_word32 sha256_initial_hash_value[8] = {
378 void SHA256_Transform(SHA256_CTX* context, const sha2_word32* data) {
379 sha2_word32 a, b, c, d, e, f, g, h, s0, s1;
380 sha2_word32 T1, *W256;
383 W256 = (sha2_word32*)context->buffer
    [all...]

Completed in 26 milliseconds