Searched refs:rand_serial (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/openssl/openssl/apps/include/ |
H A D | apps.h | 231 int rand_serial(BIGNUM *b, ASN1_INTEGER *ai);
|
/third_party/openssl/apps/include/ |
H A D | apps.h | 231 int rand_serial(BIGNUM *b, ASN1_INTEGER *ai);
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | apps.c | 1486 } 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 D | apps.c | 1484 } 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 D | req.c | 817 if (!rand_serial(NULL, X509_get_serialNumber(new_x509))) in req_main()
|
H A D | x509.c | 740 if (sno == NULL || !rand_serial(NULL, sno)) in x509_main()
|
H A D | ca.c | 57 #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 D | req.c | 815 if (!rand_serial(NULL, X509_get_serialNumber(new_x509))) in req_main()
|
H A D | x509.c | 740 if (sno == NULL || !rand_serial(NULL, sno)) in x509_main()
|
H A D | ca.c | 57 #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