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

/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dsha2.c256 const static u_int64_t sha384_initial_hash_value[8] = { variable
848 memcpy(context->state, sha384_initial_hash_value,
849 sizeof(sha384_initial_hash_value));
/freebsd-10.0-release/contrib/ldns/
H A Dsha2.c291 static const sha2_word64 sha384_initial_hash_value[8] = { variable
936 MEMCPY_BCOPY(context->state, sha384_initial_hash_value, LDNS_SHA512_DIGEST_LENGTH);
/freebsd-10.0-release/sys/crypto/sha2/
H A Dsha2.c295 static const sha2_word64 sha384_initial_hash_value[8] = { variable
987 bcopy(sha384_initial_hash_value, context->state, SHA512_DIGEST_LENGTH);

Completed in 109 milliseconds