Searched refs:crypto_ec_init (Results 1 – 5 of 5) sorted by relevance
698 struct crypto_ec * crypto_ec_init(int group);
1273 struct crypto_ec * crypto_ec_init(int group) in crypto_ec_init() function1679 ecdh->ec = crypto_ec_init(group); in crypto_ecdh_init()
1556 struct crypto_ec * crypto_ec_init(int group) in crypto_ec_init() function1880 ecdh->ec = crypto_ec_init(group); in crypto_ecdh_init()
108 grp->group = crypto_ec_init(num); in get_eap_pwd_group()
54 tmp->ec = crypto_ec_init(group); in sae_set_group()