Home
last modified time | relevance | path

Searched refs:sha512_zero_message_hash (Results 1 – 4 of 4) sorted by relevance

/linux/crypto/
H A Dsha512.c128 const u8 sha512_zero_message_hash[SHA512_DIGEST_SIZE] = { variable
138 EXPORT_SYMBOL_GPL(sha512_zero_message_hash);
/linux/include/crypto/
H A Dsha2.h67 extern const u8 sha512_zero_message_hash[SHA512_DIGEST_SIZE];
/linux/drivers/crypto/
H A Dsa2ul.c1393 memcpy(req->result, sha512_zero_message_hash, sa_digest_size); in zero_message_process()
/linux/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c794 memcpy(areq->result, sha512_zero_message_hash, in safexcel_ahash_final()