Home
last modified time | relevance | path

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

/optee_os/core/pta/veraison_attestation/
H A Dsign.c169 uint8_t hash_msg[TEE_SHA256_HASH_SIZE] = { }; in sign_ecdsa_sha256() local
177 res = hash_sha256(msg, msg_len, hash_msg); in sign_ecdsa_sha256()
182 res = crypto_acipher_ecc_sign(TEE_ALG_ECDSA_SHA256, key, hash_msg, in sign_ecdsa_sha256()
188 res = crypto_acipher_ecc_verify(TEE_ALG_ECDSA_SHA256, pubkey, hash_msg, in sign_ecdsa_sha256()