Searched refs:EC_POINT_invert (Results 1 – 5 of 5) sorted by relevance
/external/openssl/crypto/ec/ |
D | ec_mult.c | 678 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()
|
D | ectest.c | 350 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()
|
D | ec.h | 246 int EC_POINT_invert(const EC_GROUP *, EC_POINT *, BN_CTX *);
|
D | ec_lib.c | 1011 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 | 246 int EC_POINT_invert(const EC_GROUP *, EC_POINT *, BN_CTX *);
|