Home
last modified time | relevance | path

Searched refs:sha384_initial_hash_value (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/crypto/sha2/
H A Dsha2.c294 static const sha2_word64 sha384_initial_hash_value[8] = { variable
986 bcopy(sha384_initial_hash_value, context->state, SHA512_DIGEST_LENGTH); in SHA384_Init()
/dragonfly/contrib/ldns/
H A Dsha2.c291 static const sha2_word64 sha384_initial_hash_value[8] = { variable
952 MEMCPY_BCOPY(context->state, sha384_initial_hash_value, LDNS_SHA512_DIGEST_LENGTH); in ldns_sha384_init()