Searched refs:EC_POINTs_make_affine (Results 1 – 5 of 5) sorted by relevance
/external/openssl/crypto/ec/ |
D | ec_mult.c | 647 if (!EC_POINTs_make_affine(group, num_val, val, ctx)) in ec_wNAF_mul() 892 if (!EC_POINTs_make_affine(group, num, points, ctx)) in ec_wNAF_precompute_mult()
|
D | ec.h | 253 int EC_POINTs_make_affine(const EC_GROUP *, size_t num, EC_POINT *[], BN_CTX *);
|
D | ec_lib.c | 1091 int EC_POINTs_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) in EC_POINTs_make_affine() function
|
D | ectest.c | 310 if (!EC_POINTs_make_affine(group, 2, points, ctx)) ABORT; in prime_field_tests()
|
/external/openssl/include/openssl/ |
D | ec.h | 253 int EC_POINTs_make_affine(const EC_GROUP *, size_t num, EC_POINT *[], BN_CTX *);
|