Home
last modified time | relevance | path

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

/external/openssl/crypto/ec/
Dec_mult.c678 if (!EC_POINT_invert(group, r, ctx)) goto err; in ec_wNAF_mul()
706 if (!EC_POINT_invert(group, r, ctx)) goto err; in ec_wNAF_mul()
Dectest.c350 if (!EC_POINT_invert(group, P, ctx)) ABORT; in prime_field_tests()
655 if (!EC_POINT_invert(group, Q, ctx)) ABORT; /* P = -2Q */ in prime_field_tests()
968 if (!EC_POINT_invert(group, P, ctx)) ABORT; in char2_field_tests()
1138 if (!EC_POINT_invert(group, Q, ctx)) ABORT; /* P = -2Q */ in char2_field_tests()
Dec.h246 int EC_POINT_invert(const EC_GROUP *, EC_POINT *, BN_CTX *);
Dec_lib.c1011 int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx) in EC_POINT_invert() function
/external/openssl/include/openssl/
Dec.h246 int EC_POINT_invert(const EC_GROUP *, EC_POINT *, BN_CTX *);