Searched refs:crypto_acipher_ecc_verify (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/pta/veraison_attestation/ |
| H A D | sign.c | 188 res = crypto_acipher_ecc_verify(TEE_ALG_ECDSA_SHA256, pubkey, hash_msg, in sign_ecdsa_sha256()
|
| /optee_os/core/include/crypto/ |
| H A D | crypto.h | 292 TEE_Result crypto_acipher_ecc_verify(uint32_t algo, struct ecc_public_key *key,
|
| /optee_os/core/crypto/ |
| H A D | crypto.c | 773 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 D | tee_svc_cryp.c | 4779 res = crypto_acipher_ecc_verify(cs->algo, o->attr, data, in syscall_asymm_verify()
|