Searched refs:EC_POINT_invert (Results 1 – 7 of 7) 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 | 303 if (!EC_POINT_invert(data->grp->group, data->my_element, data->bnctx)) in eap_pwd_perform_commit_exchange()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_pwd.c | 222 if (!EC_POINT_invert(data->grp->group, data->my_element, data->bnctx)) in eap_pwd_build_commit_req()
|