Home
last modified time | relevance | path

Searched refs:rand_serial (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/openssl/openssl/apps/include/
H A Dapps.h231 int rand_serial(BIGNUM *b, ASN1_INTEGER *ai);
/third_party/openssl/apps/include/
H A Dapps.h231 int rand_serial(BIGNUM *b, ASN1_INTEGER *ai);
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c1486 } else if (!rand_serial(ret, ai)) { in IMPLEMENT_LHASH_COMP_FN()
1612 int rand_serial(BIGNUM *b, ASN1_INTEGER *ai) in rand_serial() function
/third_party/openssl/apps/lib/
H A Dapps.c1484 } else if (!rand_serial(ret, ai)) { in IMPLEMENT_LHASH_COMP_FN()
1610 int rand_serial(BIGNUM *b, ASN1_INTEGER *ai) in rand_serial() function
/third_party/node/deps/openssl/openssl/apps/
H A Dreq.c817 if (!rand_serial(NULL, X509_get_serialNumber(new_x509))) in req_main()
H A Dx509.c740 if (sno == NULL || !rand_serial(NULL, sno)) in x509_main()
H A Dca.c57 #define ENV_RAND_SERIAL "rand_serial"
197 {"rand_serial", OPT_RAND_SERIAL, '-',
934 if ((serial = BN_new()) == NULL || !rand_serial(serial, NULL)) { in ca_main()
/third_party/openssl/apps/
H A Dreq.c815 if (!rand_serial(NULL, X509_get_serialNumber(new_x509))) in req_main()
H A Dx509.c740 if (sno == NULL || !rand_serial(NULL, sno)) in x509_main()
H A Dca.c57 #define ENV_RAND_SERIAL "rand_serial"
197 {"rand_serial", OPT_RAND_SERIAL, '-',
920 if ((serial = BN_new()) == NULL || !rand_serial(serial, NULL)) { in ca_main()

Completed in 24 milliseconds