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

/netbsd-6-1-5-RELEASE/common/lib/libc/hash/sha2/
H A Dsha2.c206 static const uint32_t sha256_initial_hash_value[8] = { variable
316 memcpy(context->state, sha256_initial_hash_value,
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/missing/crypto/sha2/
H A Dsha2.c247 const static sha2_word32 sha256_initial_hash_value[8] = { variable
338 bcopy(sha256_initial_hash_value, context->state, SHA256_DIGEST_LENGTH);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Dsha2.c250 static const isc_uint32_t sha256_initial_hash_value[8] = { variable
473 memcpy(context->state, sha256_initial_hash_value,
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/passwd/sha2/
H A Dsha2.c252 const static sha2_word32 sha256_initial_hash_value[8] = { variable
343 MEMCPY_BCOPY(context->state, sha256_initial_hash_value, SHA256_DIGEST_LENGTH);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dsha2.c409 static const isc_uint32_t sha256_initial_hash_value[8] = { variable
595 memcpy(context->state, sha256_initial_hash_value,

Completed in 119 milliseconds