Home
last modified time | relevance | path

Searched refs:EC_POINT_invert (Results 1 – 7 of 7) sorted by relevance

/external/openssl/crypto/ec/
Dec_mult.c680 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()
Dectest.c390 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()
Dec.h603 int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx);
Dec_lib.c943 int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx) in EC_POINT_invert() function
/external/openssl/include/openssl/
Dec.h603 int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx);
/external/wpa_supplicant_8/src/eap_peer/
Deap_pwd.c303 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/
Deap_server_pwd.c222 if (!EC_POINT_invert(data->grp->group, data->my_element, data->bnctx)) in eap_pwd_build_commit_req()