Home
last modified time | relevance | path

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

/optee_os/core/pta/veraison_attestation/
H A Dsign.c182 res = crypto_acipher_ecc_sign(TEE_ALG_ECDSA_SHA256, key, hash_msg, in sign_ecdsa_sha256()
/optee_os/core/include/crypto/
H A Dcrypto.h289 TEE_Result crypto_acipher_ecc_sign(uint32_t algo, struct ecc_keypair *key,
/optee_os/core/crypto/
H A Dcrypto.c761 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 Dtee_svc_cryp.c4623 res = crypto_acipher_ecc_sign(cs->algo, o->attr, src_data, in syscall_asymm_operate()