Searched refs:is_on_curve (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/ec/
H A Dec_lib.c977 if (group->meth->is_on_curve == 0)
987 return group->meth->is_on_curve(group, point, ctx);
H A Dec_lcl.h152 int (*is_on_curve)(const EC_GROUP *, const EC_POINT *, BN_CTX *); member in struct:ec_method_st
/external/openssl/crypto/ec/
H A Dec_lib.c977 if (group->meth->is_on_curve == 0)
987 return group->meth->is_on_curve(group, point, ctx);
H A Dec_lcl.h152 int (*is_on_curve)(const EC_GROUP *, const EC_POINT *, BN_CTX *); member in struct:ec_method_st

Completed in 108 milliseconds