Home
last modified time | relevance | path

Searched refs:tmpser (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/apps/
H A Dca.c267 ASN1_INTEGER *tmpser; in ca_main() local
1240 tmpser = BN_to_ASN1_INTEGER(serial, NULL); in ca_main()
1243 if (!tmpser) in ca_main()
1245 X509_REVOKED_set_serialNumber(r, tmpser); in ca_main()
1246 ASN1_INTEGER_free(tmpser); in ca_main()
1275 tmpser = BN_to_ASN1_INTEGER(crlnumber, NULL); in ca_main()
1276 if (!tmpser) in ca_main()
1278 X509_CRL_add1_ext_i2d(crl, NID_crl_number, tmpser, 0, 0); in ca_main()
1279 ASN1_INTEGER_free(tmpser); in ca_main()
/third_party/openssl/apps/
H A Dca.c267 ASN1_INTEGER *tmpser; in ca_main() local
1220 tmpser = BN_to_ASN1_INTEGER(serial, NULL); in ca_main()
1223 if (!tmpser) in ca_main()
1225 X509_REVOKED_set_serialNumber(r, tmpser); in ca_main()
1226 ASN1_INTEGER_free(tmpser); in ca_main()
1255 tmpser = BN_to_ASN1_INTEGER(crlnumber, NULL); in ca_main()
1256 if (!tmpser) in ca_main()
1258 X509_CRL_add1_ext_i2d(crl, NID_crl_number, tmpser, 0, 0); in ca_main()
1259 ASN1_INTEGER_free(tmpser); in ca_main()

Completed in 8 milliseconds