Searched refs:EC_POINT_invert (Results 1 – 8 of 8) sorted by relevance
/external/openssl/crypto/ec/ |
D | ec_mult.c | 680 if (!EC_POINT_invert(group, r, ctx)) goto err; in ec_wNAF_mul() 708 if (!EC_POINT_invert(group, r, ctx)) goto err; in ec_wNAF_mul()
|
D | ectest.c | 390 if (!EC_POINT_invert(group, P, ctx)) ABORT; in prime_field_tests() 625 if (!EC_POINT_invert(group, Q, ctx)) ABORT; /* P = -2Q */ in prime_field_tests() 931 if (!EC_POINT_invert(group, P, ctx)) ABORT; in char2_field_tests() 1101 if (!EC_POINT_invert(group, Q, ctx)) ABORT; /* P = -2Q */ in char2_field_tests()
|
D | ec.h | 603 int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx);
|
D | ec_lib.c | 943 int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx) in EC_POINT_invert() function
|
/external/openssl/include/openssl/ |
D | ec.h | 603 int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx);
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_pwd.c | 304 if (!EC_POINT_invert(data->grp->group, data->my_element, data->bnctx)) in eap_pwd_perform_commit_exchange()
|
/external/wpa_supplicant_8/src/crypto/ |
D | crypto_openssl.c | 1203 return EC_POINT_invert(e->group, (EC_POINT *) p, e->bnctx) ? 0 : -1; in crypto_ec_point_invert()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_pwd.c | 223 if (!EC_POINT_invert(data->grp->group, data->my_element, data->bnctx)) in eap_pwd_build_commit_req()
|