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

/freebsd-11-stable/contrib/unbound/compat/
H A Dsha512.c245 static const sha2_word64 sha512_initial_hash_value[8] = { variable
266 MEMCPY_BCOPY(context->state, sha512_initial_hash_value, SHA512_DIGEST_LENGTH);
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dsha2.c273 const static u_int64_t sha512_initial_hash_value[8] = { variable
571 memcpy(context->state, sha512_initial_hash_value,
572 sizeof(sha512_initial_hash_value));
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dsha2.c476 static const isc_uint64_t sha512_initial_hash_value[8] = { variable
544 static const isc_uint64_t sha512_initial_hash_value[8] = { variable
919 memcpy(context->state, sha512_initial_hash_value,
/freebsd-11-stable/contrib/ldns/
H A Dsha2.c303 static const sha2_word64 sha512_initial_hash_value[8] = { variable
634 MEMCPY_BCOPY(context->state, sha512_initial_hash_value, LDNS_SHA512_DIGEST_LENGTH);

Completed in 81 milliseconds