Home
last modified time | relevance | path

Searched refs:crypto_acipher_alloc_x448_keypair (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/include/crypto/
H A Dcrypto.h213 TEE_Result crypto_acipher_alloc_x448_keypair(struct montgomery_keypair *s,
/optee_os/core/crypto/
H A Dcrypto.c864 TEE_Result crypto_acipher_alloc_x448_keypair(struct montgomery_keypair *key in crypto_acipher_alloc_x448_keypair() function
/optee_os/core/tee/
H A Dtee_svc_cryp.c1623 res = crypto_acipher_alloc_x448_keypair(o->attr, in tee_obj_set_type()