Searched refs:sha512_initial_hash_value (Results 1 – 4 of 4) sorted by relevance
245 static const sha2_word64 sha512_initial_hash_value[8] = { variable266 MEMCPY_BCOPY(context->state, sha512_initial_hash_value, SHA512_DIGEST_LENGTH); in SHA512_Init()
268 const static u_int64_t sha512_initial_hash_value[8] = { variable566 memcpy(context->state, sha512_initial_hash_value, in SHA512_Init()567 sizeof(sha512_initial_hash_value)); in SHA512_Init()
476 static const isc_uint64_t sha512_initial_hash_value[8] = { variable544 static const isc_uint64_t sha512_initial_hash_value[8] = { variable919 memcpy(context->state, sha512_initial_hash_value, in isc_sha512_init()
303 static const sha2_word64 sha512_initial_hash_value[8] = { variable634 MEMCPY_BCOPY(context->state, sha512_initial_hash_value, LDNS_SHA512_DIGEST_LENGTH); in ldns_sha512_init()