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

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dsha2.c261 const static u_int64_t sha384_initial_hash_value[8] = { variable
852 memcpy(context->state, sha384_initial_hash_value,
853 sizeof(sha384_initial_hash_value));
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dsha2.c464 static const isc_uint64_t sha384_initial_hash_value[8] = { variable
532 static const isc_uint64_t sha384_initial_hash_value[8] = { variable
1242 memcpy(context->state, sha384_initial_hash_value,
/freebsd-11-stable/contrib/ldns/
H A Dsha2.c291 static const sha2_word64 sha384_initial_hash_value[8] = { variable
945 MEMCPY_BCOPY(context->state, sha384_initial_hash_value, LDNS_SHA512_DIGEST_LENGTH);

Completed in 117 milliseconds