Searched refs:sha256_initial_hash_value (Results 1 – 4 of 4) sorted by relevance
165 static const uint32_t sha256_initial_hash_value[8] = { variable275 memcpy(context->state, sha256_initial_hash_value, in __weak_alias()
205 static const uint32_t sha256_initial_hash_value[8] = { variable291 memcpy(context->state, sha256_initial_hash_value, in netpgpv_SHA256_Init()
252 const static sha2_word32 sha256_initial_hash_value[8] = { variable343 MEMCPY_BCOPY(context->state, sha256_initial_hash_value, SHA256_DIGEST_LENGTH); in SHA256_Init()
245 const static sha2_word32 sha256_initial_hash_value[8] = { variable336 bcopy(sha256_initial_hash_value, context->state, SHA256_DIGEST_LENGTH); in SHA256_Init()