Lines Matching refs:BN_CTX
269 const BIGNUM *b, BN_CTX *ctx) { in EC_GROUP_new_curve_GFp()
331 BN_CTX *ctx = NULL; in ec_group_new_from_data()
527 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ignored) { in EC_GROUP_cmp()
537 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx) { in EC_GROUP_get_order()
546 BN_CTX *ctx) { in EC_GROUP_get_cofactor()
555 BIGNUM *out_b, BN_CTX *ctx) { in EC_GROUP_get_curve_GFp()
575 int EC_GROUP_precompute_mult(EC_GROUP *group, BN_CTX *ctx) { in EC_GROUP_precompute_mult()
718 BN_CTX *ctx) { in EC_POINT_is_on_curve()
732 BN_CTX *ctx) { in EC_POINT_cmp()
744 int EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) { in EC_POINT_make_affine()
758 BN_CTX *ctx) { in EC_POINTs_make_affine()
777 BIGNUM *y, BN_CTX *ctx) { in EC_POINT_get_affine_coordinates_GFp()
793 BN_CTX *ctx) { in EC_POINT_set_affine_coordinates_GFp()
808 const EC_POINT *b, BN_CTX *ctx) { in EC_POINT_add()
823 BN_CTX *ctx) { in EC_POINT_dbl()
836 int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx) { in EC_POINT_invert()
849 const EC_POINT *point, const BIGNUM *p_scalar, BN_CTX *ctx) { in EC_POINT_mul()
864 BN_CTX *ctx) { in EC_POINTs_mul()
875 const BIGNUM *z, BN_CTX *ctx) { in ec_point_set_Jprojective_coordinates_GFp()