Home
last modified time | relevance | path

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

/dragonfly/sys/crypto/sha2/
H A Dsha2.c306 static const sha2_word64 sha512_initial_hash_value[8] = { variable
657 bcopy(sha512_initial_hash_value, context->state, SHA512_DIGEST_LENGTH); in SHA512_Init()
/dragonfly/contrib/ldns/
H A Dsha2.c303 static const sha2_word64 sha512_initial_hash_value[8] = { variable
638 MEMCPY_BCOPY(context->state, sha512_initial_hash_value, LDNS_SHA512_DIGEST_LENGTH); in ldns_sha512_init()