Home
last modified time | relevance | path

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

/optee_os/core/pta/veraison_attestation/
H A Dsign.c188 res = crypto_acipher_ecc_verify(TEE_ALG_ECDSA_SHA256, pubkey, hash_msg, in sign_ecdsa_sha256()
/optee_os/core/include/crypto/
H A Dcrypto.h292 TEE_Result crypto_acipher_ecc_verify(uint32_t algo, struct ecc_public_key *key,
/optee_os/core/crypto/
H A Dcrypto.c773 TEE_Result crypto_acipher_ecc_verify(uint32_t algo, struct ecc_public_key *key, in crypto_acipher_ecc_verify() function
/optee_os/core/tee/
H A Dtee_svc_cryp.c4779 res = crypto_acipher_ecc_verify(cs->algo, o->attr, data, in syscall_asymm_verify()