Home
last modified time | relevance | path

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

/external/openssl/crypto/ec/
Dec_mult.c647 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()
Dec.h253 int EC_POINTs_make_affine(const EC_GROUP *, size_t num, EC_POINT *[], BN_CTX *);
Dec_lib.c1091 int EC_POINTs_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) in EC_POINTs_make_affine() function
Dectest.c310 if (!EC_POINTs_make_affine(group, 2, points, ctx)) ABORT; in prime_field_tests()
/external/openssl/include/openssl/
Dec.h253 int EC_POINTs_make_affine(const EC_GROUP *, size_t num, EC_POINT *[], BN_CTX *);