Home
last modified time | relevance | path

Searched refs:crypto_acipher_dh_shared_secret (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/lib/libtomcrypt/
H A Ddh.c69 TEE_Result crypto_acipher_dh_shared_secret(struct dh_keypair *private_key, in crypto_acipher_dh_shared_secret() function
/optee_os/core/drivers/crypto/crypto_api/acipher/
H A Ddh.c57 TEE_Result crypto_acipher_dh_shared_secret(struct dh_keypair *private_key, in crypto_acipher_dh_shared_secret() function
/optee_os/lib/libmbedtls/core/
H A Ddh.c97 TEE_Result crypto_acipher_dh_shared_secret(struct dh_keypair *private_key, in crypto_acipher_dh_shared_secret() function
/optee_os/core/include/crypto/
H A Dcrypto.h252 TEE_Result crypto_acipher_dh_shared_secret(struct dh_keypair *private_key,
/optee_os/core/crypto/
H A Dcrypto.c702 crypto_acipher_dh_shared_secret(struct dh_keypair *private_key __unused, in crypto_acipher_dh_shared_secret() function
/optee_os/core/tee/
H A Dtee_svc_cryp.c3760 res = crypto_acipher_dh_shared_secret(ko->attr, in syscall_cryp_derive_key()