Home
last modified time | relevance | path

Searched refs:sha384_zero_message_hash (Results 1 – 3 of 3) sorted by relevance

/linux/crypto/
H A Dsha512.c68 const u8 sha384_zero_message_hash[SHA384_DIGEST_SIZE] = { variable
76 EXPORT_SYMBOL_GPL(sha384_zero_message_hash);
/linux/include/crypto/
H A Dsha2.h65 extern const u8 sha384_zero_message_hash[SHA384_DIGEST_SIZE];
/linux/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c791 memcpy(areq->result, sha384_zero_message_hash, in safexcel_ahash_final()