Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/
H A Ddh.c38 TEE_Result crypto_acipher_gen_dh_key(struct dh_keypair *key, struct bignum *q, in crypto_acipher_gen_dh_key() function
/optee_os/core/drivers/crypto/crypto_api/acipher/
H A Ddh.c33 TEE_Result crypto_acipher_gen_dh_key(struct dh_keypair *key, struct bignum *q, in crypto_acipher_gen_dh_key() function
/optee_os/lib/libmbedtls/core/
H A Ddh.c45 TEE_Result crypto_acipher_gen_dh_key(struct dh_keypair *key, in crypto_acipher_gen_dh_key() function
/optee_os/core/include/crypto/
H A Dcrypto.h226 TEE_Result crypto_acipher_gen_dh_key(struct dh_keypair *key, struct bignum *q,
/optee_os/core/crypto/
H A Dcrypto.c693 TEE_Result crypto_acipher_gen_dh_key(struct dh_keypair *key __unused, in crypto_acipher_gen_dh_key() function
/optee_os/core/tee/
H A Dtee_svc_cryp.c2200 res = crypto_acipher_gen_dh_key(tee_dh_key, dh_q, dh_xbits, key_size); in tee_svc_obj_generate_key_dh()