Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/
H A Ddh.c15 TEE_Result crypto_acipher_alloc_dh_keypair(struct dh_keypair *s, in crypto_acipher_alloc_dh_keypair() function
/optee_os/core/drivers/crypto/crypto_api/acipher/
H A Ddh.c12 TEE_Result crypto_acipher_alloc_dh_keypair(struct dh_keypair *key, in crypto_acipher_alloc_dh_keypair() function
/optee_os/lib/libmbedtls/core/
H A Ddh.c17 TEE_Result crypto_acipher_alloc_dh_keypair(struct dh_keypair *s, in crypto_acipher_alloc_dh_keypair() function
/optee_os/core/include/crypto/
H A Dcrypto.h202 TEE_Result crypto_acipher_alloc_dh_keypair(struct dh_keypair *s,
/optee_os/core/crypto/
H A Dcrypto.c687 TEE_Result crypto_acipher_alloc_dh_keypair(struct dh_keypair *s __unused, in crypto_acipher_alloc_dh_keypair() function
/optee_os/core/tee/
H A Dtee_svc_cryp.c1600 res = crypto_acipher_alloc_dh_keypair(o->attr, max_key_size); in tee_obj_set_type()