Home
last modified time | relevance | path

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

/optee_os/core/pta/veraison_attestation/
H A Dsign.c63 static TEE_Result hash_sha256(const uint8_t *msg, size_t msg_len, uint8_t *hash) in hash_sha256() function
177 res = hash_sha256(msg, msg_len, hash_msg); in sign_ecdsa_sha256()