Searched refs:crypto_ecdh_init2 (Results 1 – 5 of 5) sorted by relevance
970 struct crypto_ecdh * crypto_ecdh_init2(int group,
1797 …crypto_mbedtls_keypair_gen(group, &pk) == 0 ? crypto_ecdh_init2(group, (struct crypto_ec_key *)&pk… in crypto_ecdh_init()1802 struct crypto_ecdh *crypto_ecdh_init2(int group, struct crypto_ec_key *own_key) in crypto_ecdh_init2() function
2153 struct crypto_ecdh * crypto_ecdh_init2(int group, struct crypto_ec_key *own_key) in crypto_ecdh_init2() function
2721 struct crypto_ecdh * crypto_ecdh_init2(int group, struct crypto_ec_key *own_key) in crypto_ecdh_init2() function
511 ecdh = crypto_ecdh_init2(crypto_ec_key_group(own), own); in dpp_ecdh()