Searched refs:rand_serial (Results 1 – 6 of 6) sorted by relevance
239 int rand_serial(BIGNUM *b, ASN1_INTEGER *ai);
66 [B<-rand_serial>]344 To get random serial numbers, use the B<-rand_serial> flag instead; this347 =item B<-rand_serial>721 #rand_serial = yes # for random serial#'s
774 if (sno == NULL || !rand_serial(NULL, sno)) in x509_main()
824 if (!rand_serial(NULL, X509_get_serialNumber(new_x509))) in req_main()
899 if ((serial = BN_new()) == NULL || !rand_serial(serial, NULL)) { in ca_main()
1523 } else if (!rand_serial(ret, ai)) { in IMPLEMENT_LHASH_HASH_FN()1649 int rand_serial(BIGNUM *b, ASN1_INTEGER *ai) in rand_serial() function
Completed in 37 milliseconds