Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/
H A Dx25519.c68 TEE_Result crypto_acipher_x25519_shared_secret(struct montgomery_keypair in crypto_acipher_x25519_shared_secret() function
/optee_os/core/include/crypto/
H A Dcrypto.h305 TEE_Result crypto_acipher_x25519_shared_secret(struct montgomery_keypair
/optee_os/core/crypto/
H A Dcrypto.c852 TEE_Result crypto_acipher_x25519_shared_secret(struct montgomery_keypair in crypto_acipher_x25519_shared_secret() function
/optee_os/core/tee/
H A Dtee_svc_cryp.c4004 res = crypto_acipher_x25519_shared_secret(ko->attr, in syscall_cryp_derive_key()