Searched refs:crypto_ec_point_mul (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | crypto.h | 745 int crypto_ec_point_mul(struct crypto_ec *e, const struct crypto_ec_point *p,
|
D | crypto_openssl.c | 1349 int crypto_ec_point_mul(struct crypto_ec *e, const struct crypto_ec_point *p, in crypto_ec_point_mul() function
|
/external/wpa_supplicant_8/src/common/ |
D | sae.c | 614 if (crypto_ec_point_mul(sae->tmp->ec, sae->tmp->pwe_ecc, mask, in sae_derive_commit_element_ecc() 728 if (crypto_ec_point_mul(sae->tmp->ec, sae->tmp->pwe_ecc, in sae_derive_k_ecc() 732 crypto_ec_point_mul(sae->tmp->ec, K, sae->tmp->sae_rand, K) < 0 || in sae_derive_k_ecc()
|