Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/include/
H A Dapps.h231 int rand_serial(BIGNUM *b, ASN1_INTEGER *ai);
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-ca.pod.in63 [B<-rand_serial>]
322 To get random serial numbers, use the B<-rand_serial> flag instead; this
325 =item B<-rand_serial>
699 #rand_serial = yes # for random serial#'s
/freebsd/crypto/openssl/apps/
H A Dx509.c740 if (sno == NULL || !rand_serial(NULL, sno)) in x509_main()
H A Dreq.c817 if (!rand_serial(NULL, X509_get_serialNumber(new_x509))) in req_main()
H A Dca.c934 if ((serial = BN_new()) == NULL || !rand_serial(serial, NULL)) { in ca_main()
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c1486 } else if (!rand_serial(ret, ai)) { in IMPLEMENT_LHASH_HASH_FN()
1612 int rand_serial(BIGNUM *b, ASN1_INTEGER *ai) in rand_serial() function