Home
last modified time | relevance | path

Searched refs:rand_serial (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/doc/man1/
Dca.pod56 [B<-rand_serial>]
276 To get random serial numbers, use the B<-rand_serial> flag instead; this
279 =item B<-rand_serial>
640 #rand_serial = yes # for random serial#'s
/third_party/openssl/apps/
Dapps.h535 int rand_serial(BIGNUM *b, ASN1_INTEGER *ai);
Dapps.c1396 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
Dx509.c560 if (sno == NULL || !rand_serial(NULL, sno)) in x509_main()
Dreq.c736 if (!rand_serial(NULL, X509_get_serialNumber(x509ss))) in req_main()
Dca.c840 if ((serial = BN_new()) == NULL || !rand_serial(serial, NULL)) { in ca_main()