Searched refs:crypto_ec_point_init (Results 1 – 4 of 4) sorted by relevance
814 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e);
93 struct crypto_ec_point *crypto_ec_point_init(struct crypto_ec *e) in crypto_ec_point_init() function1171 ec_pt = crypto_ec_point_init((struct crypto_ec*)ACCESS_ECDH(&ctx, grp)); in crypto_ecdh_set_peerkey()
889 pt = crypto_ec_point_init(ec); in sae_derive_pt_ecc()1137 pwe = crypto_ec_point_init(pt->ec); in sae_derive_pwe_from_pt_ecc()1237 crypto_ec_point_init(sae->tmp->ec); in sae_derive_commit_element_ecc()1382 K = crypto_ec_point_init(sae->tmp->ec); in sae_derive_k_ecc()
2075 l = crypto_ec_point_init((struct crypto_ec *)group); in dpp_auth_derive_l_responder()2117 sum = crypto_ec_point_init((struct crypto_ec *)group); in dpp_auth_derive_l_initiator()2118 l = crypto_ec_point_init((struct crypto_ec *)group); in dpp_auth_derive_l_initiator()