Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/
H A Dx25519.c19 TEE_Result crypto_acipher_alloc_x25519_keypair(struct montgomery_keypair *key, in crypto_acipher_alloc_x25519_keypair() function
/optee_os/core/include/crypto/
H A Dcrypto.h211 TEE_Result crypto_acipher_alloc_x25519_keypair(struct montgomery_keypair *s,
/optee_os/core/crypto/
H A Dcrypto.c838 TEE_Result crypto_acipher_alloc_x25519_keypair(struct montgomery_keypair *key in crypto_acipher_alloc_x25519_keypair() function
/optee_os/core/tee/
H A Dtee_svc_cryp.c1619 res = crypto_acipher_alloc_x25519_keypair(o->attr, in tee_obj_set_type()