Searched refs:crypto_acipher_ecc_sign (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/pta/veraison_attestation/ |
| H A D | sign.c | 182 res = crypto_acipher_ecc_sign(TEE_ALG_ECDSA_SHA256, key, hash_msg, in sign_ecdsa_sha256()
|
| /optee_os/core/include/crypto/ |
| H A D | crypto.h | 289 TEE_Result crypto_acipher_ecc_sign(uint32_t algo, struct ecc_keypair *key,
|
| /optee_os/core/crypto/ |
| H A D | crypto.c | 761 TEE_Result crypto_acipher_ecc_sign(uint32_t algo, struct ecc_keypair *key, in crypto_acipher_ecc_sign() function
|
| /optee_os/core/tee/ |
| H A D | tee_svc_cryp.c | 4623 res = crypto_acipher_ecc_sign(cs->algo, o->attr, src_data, in syscall_asymm_operate()
|