Home
last modified time | relevance | path

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

/optee_os/core/pta/veraison_attestation/
H A Dsign.c121 res = crypto_acipher_alloc_ecc_keypair(key, TEE_TYPE_ECDSA_KEYPAIR, in generate_key()
/optee_os/core/include/crypto/
H A Dcrypto.h207 TEE_Result crypto_acipher_alloc_ecc_keypair(struct ecc_keypair *s,
/optee_os/core/crypto/
H A Dcrypto.c728 TEE_Result crypto_acipher_alloc_ecc_keypair(struct ecc_keypair *key, in crypto_acipher_alloc_ecc_keypair() function
/optee_os/core/tee/
H A Dtee_svc_cryp.c1615 res = crypto_acipher_alloc_ecc_keypair(o->attr, obj_type, in tee_obj_set_type()