Searched refs:crypto_acipher_gen_dh_key (Results 1 – 6 of 6) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | dh.c | 38 TEE_Result crypto_acipher_gen_dh_key(struct dh_keypair *key, struct bignum *q, in crypto_acipher_gen_dh_key() function
|
/optee_os-3.20.0/core/drivers/crypto/crypto_api/acipher/ |
A D | dh.c | 33 TEE_Result crypto_acipher_gen_dh_key(struct dh_keypair *key, struct bignum *q, in crypto_acipher_gen_dh_key() function
|
/optee_os-3.20.0/lib/libmbedtls/core/ |
A D | dh.c | 45 TEE_Result crypto_acipher_gen_dh_key(struct dh_keypair *key, in crypto_acipher_gen_dh_key() function
|
/optee_os-3.20.0/core/include/crypto/ |
A D | crypto.h | 216 TEE_Result crypto_acipher_gen_dh_key(struct dh_keypair *key, struct bignum *q,
|
/optee_os-3.20.0/core/crypto/ |
A D | crypto.c | 662 TEE_Result crypto_acipher_gen_dh_key(struct dh_keypair *key __unused, in crypto_acipher_gen_dh_key() function
|
/optee_os-3.20.0/core/tee/ |
A D | tee_svc_cryp.c | 2090 res = crypto_acipher_gen_dh_key(tee_dh_key, dh_q, dh_xbits, key_size); in tee_svc_obj_generate_key_dh()
|
Completed in 14 milliseconds