Home | History | Annotate | Download | only in apps

Lines Matching full:bignum

1589 BIGNUM *load_serial(char *serialfile, int create, ASN1_INTEGER **retai)
1592 BIGNUM *ret=NULL;
1630 BIO_printf(bio_err,"error converting number from bin to BIGNUM\n");
1646 int save_serial(char *serialfile, char *suffix, BIGNUM *serial, ASN1_INTEGER **retai)
1769 int rand_serial(BIGNUM *b, ASN1_INTEGER *ai)
1771 BIGNUM *btmp;
2507 BIGNUM *p = NULL;
2508 BIGNUM *g = NULL;
2509 BIGNUM *q = NULL;
2510 BIGNUM *bnsecret = BN_new();
2586 static void readbn(BIGNUM **bn, BIO *bconn)