Searched refs:crypto_acipher_alloc_ecc_public_key (Results 1 – 5 of 5) sorted by relevance
| /optee_os/core/pta/veraison_attestation/ |
| H A D | sign.c | 139 res = crypto_acipher_alloc_ecc_public_key(pubkey, in generate_key()
|
| /optee_os/core/drivers/crypto/versal/pki/ |
| H A D | ecc_pki_kat.c | 449 ret = crypto_acipher_alloc_ecc_public_key(&pkey, in versal_ecc_keypair_pwct()
|
| /optee_os/core/include/crypto/ |
| H A D | crypto.h | 204 TEE_Result crypto_acipher_alloc_ecc_public_key(struct ecc_public_key *s,
|
| /optee_os/core/crypto/ |
| H A D | crypto.c | 710 TEE_Result crypto_acipher_alloc_ecc_public_key(struct ecc_public_key *key, in crypto_acipher_alloc_ecc_public_key() function
|
| /optee_os/core/tee/ |
| H A D | tee_svc_cryp.c | 1607 res = crypto_acipher_alloc_ecc_public_key(o->attr, obj_type, in tee_obj_set_type() 3543 res = crypto_acipher_alloc_ecc_public_key(peer_key, in get_sm2_kep_params() 3549 res = crypto_acipher_alloc_ecc_public_key(peer_eph_key, in get_sm2_kep_params() 3837 res = crypto_acipher_alloc_ecc_public_key(&key_public, key_type, in syscall_cryp_derive_key()
|