Searched refs:crypto_ec_init (Results 1 – 5 of 5) sorted by relevance
691 struct crypto_ec * crypto_ec_init(int group);
1267 struct crypto_ec * crypto_ec_init(int group) in crypto_ec_init() function1673 ecdh->ec = crypto_ec_init(group); in crypto_ecdh_init()
1562 struct crypto_ec * crypto_ec_init(int group) in crypto_ec_init() function1886 ecdh->ec = crypto_ec_init(group); in crypto_ecdh_init()
100 grp->group = crypto_ec_init(num); in get_eap_pwd_group()
41 tmp->ec = crypto_ec_init(group); in sae_set_group()