Home | History | Annotate | Download | only in apps

Lines Matching full:bignum

1587 BIGNUM *load_serial(char *serialfile, int create, ASN1_INTEGER **retai)
1590 BIGNUM *ret=NULL;
1628 BIO_printf(bio_err,"error converting number from bin to BIGNUM\n");
1644 int save_serial(char *serialfile, char *suffix, BIGNUM *serial, ASN1_INTEGER **retai)
1767 int rand_serial(BIGNUM *b, ASN1_INTEGER *ai)
1769 BIGNUM *btmp;
2477 BIGNUM *p = NULL;
2478 BIGNUM *g = NULL;
2479 BIGNUM *q = NULL;
2480 BIGNUM *bnsecret = BN_new();
2556 static void readbn(BIGNUM **bn, BIO *bconn)