Searched refs:crypto_ec_point_init (Results 1 – 3 of 3) sorted by relevance
302 sae->tmp->pwe_ecc = crypto_ec_point_init(sae->tmp->ec); in sae_derive_pwe_ecc()306 pwe_tmp = crypto_ec_point_init(sae->tmp->ec); in sae_derive_pwe_ecc()430 crypto_ec_point_init(sae->tmp->ec); in sae_derive_commit_element_ecc()527 K = crypto_ec_point_init(sae->tmp->ec); in sae_derive_k_ecc()
679 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e);
1076 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e) in crypto_ec_point_init() function