Lines Matching full:bignum
294 BIGNUM *order = BN_new();
366 EC_GROUP *EC_GROUP_new_curve_GFp(const BIGNUM *p, const BIGNUM *a,
367 const BIGNUM *b, BN_CTX *ctx) {
385 const BIGNUM *order, const BIGNUM *cofactor) {
408 BIGNUM *p = NULL, *a = NULL, *b = NULL, *x = NULL, *y = NULL;
568 const BIGNUM *EC_GROUP_get0_order(const EC_GROUP *group) {
573 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx) {
580 int EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor,
586 int EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *out_p, BIGNUM *out_a,
587 BIGNUM *out_b, BN_CTX *ctx) {
722 const EC_POINT *point, BIGNUM *x,
723 BIGNUM *y, BN_CTX *ctx) {
736 const BIGNUM *x, const BIGNUM *y,
783 int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar,
784 const EC_POINT *p, const BIGNUM *p_scalar, BN_CTX *ctx) {
804 const BIGNUM *x, const BIGNUM *y,
805 const BIGNUM *z, BN_CTX *ctx) {