Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/
H A Dx25519.c44 TEE_Result crypto_acipher_gen_x25519_key(struct montgomery_keypair *key, in crypto_acipher_gen_x25519_key() function
/optee_os/core/include/crypto/
H A Dcrypto.h229 TEE_Result crypto_acipher_gen_x25519_key(struct montgomery_keypair *key,
/optee_os/core/crypto/
H A Dcrypto.c845 TEE_Result crypto_acipher_gen_x25519_key(struct montgomery_keypair in crypto_acipher_gen_x25519_key() function
/optee_os/core/tee/
H A Dtee_svc_cryp.c2257 res = crypto_acipher_gen_x25519_key(tee_x25519_key, key_size); in tee_svc_obj_generate_key_x25519()