Searched refs:rand_serial (Results 1 – 6 of 6) sorted by relevance
56 [B<-rand_serial>]276 To get random serial numbers, use the B<-rand_serial> flag instead; this279 =item B<-rand_serial>640 #rand_serial = yes # for random serial#'s
535 int rand_serial(BIGNUM *b, ASN1_INTEGER *ai);
1396 if (ret == NULL || !rand_serial(ret, ai)) in IMPLEMENT_LHASH_HASH_FN()1515 int rand_serial(BIGNUM *b, ASN1_INTEGER *ai) in rand_serial() function
560 if (sno == NULL || !rand_serial(NULL, sno)) in x509_main()
736 if (!rand_serial(NULL, X509_get_serialNumber(x509ss))) in req_main()
840 if ((serial = BN_new()) == NULL || !rand_serial(serial, NULL)) { in ca_main()