Home
last modified time | relevance | path

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

/openssl/apps/include/
H A Dapps.h239 int rand_serial(BIGNUM *b, ASN1_INTEGER *ai);
/openssl/doc/man1/
H A Dopenssl-ca.pod.in66 [B<-rand_serial>]
344 To get random serial numbers, use the B<-rand_serial> flag instead; this
347 =item B<-rand_serial>
721 #rand_serial = yes # for random serial#'s
/openssl/apps/
H A Dx509.c774 if (sno == NULL || !rand_serial(NULL, sno)) in x509_main()
H A Dreq.c824 if (!rand_serial(NULL, X509_get_serialNumber(new_x509))) in req_main()
H A Dca.c899 if ((serial = BN_new()) == NULL || !rand_serial(serial, NULL)) { in ca_main()
/openssl/apps/lib/
H A Dapps.c1523 } 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