Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/apps/
H A Dpkcs12.c116 {"passcerts", OPT_PASSCERTS, 's', "Certificate file pass phrase source"},
159 char *passcertsarg = NULL, *passcerts = NULL; in pkcs12_main() local
388 WARN_NO_EXPORT("passcerts"); in pkcs12_main()
460 if (!app_passwd(passcertsarg, NULL, &passcerts, NULL)) { in pkcs12_main()
579 if (!load_certs(untrusted, 0, &untrusted_certs, passcerts, in pkcs12_main()
629 if (!load_certs(certfile, 0, &certs, passcerts, in pkcs12_main()
830 OPENSSL_free(passcerts); in pkcs12_main()
/third_party/openssl/apps/
H A Dpkcs12.c116 {"passcerts", OPT_PASSCERTS, 's', "Certificate file pass phrase source"},
159 char *passcertsarg = NULL, *passcerts = NULL; in pkcs12_main() local
388 WARN_NO_EXPORT("passcerts"); in pkcs12_main()
460 if (!app_passwd(passcertsarg, NULL, &passcerts, NULL)) { in pkcs12_main()
579 if (!load_certs(untrusted, 0, &untrusted_certs, passcerts, in pkcs12_main()
629 if (!load_certs(certfile, 0, &certs, passcerts, in pkcs12_main()
830 OPENSSL_free(passcerts); in pkcs12_main()

Completed in 5 milliseconds