Searched refs:pubkeyfile (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/apps/ |
H A D | x509.c | 273 char *CAkeyfile = NULL, *CAserial = NULL, *pubkeyfile = NULL, *alias = NULL; in x509_main() local 424 pubkeyfile = opt_arg(); in x509_main() 634 if (pubkeyfile != NULL) { in x509_main() 635 if ((pubkey = load_pubkey(pubkeyfile, keyformat, 0, NULL, e, in x509_main() 646 if (privkeyfile == NULL && pubkeyfile == NULL) { in x509_main()
|
/third_party/openssl/apps/ |
H A D | x509.c | 273 char *CAkeyfile = NULL, *CAserial = NULL, *pubkeyfile = NULL, *alias = NULL; in x509_main() local 424 pubkeyfile = opt_arg(); in x509_main() 634 if (pubkeyfile != NULL) { in x509_main() 635 if ((pubkey = load_pubkey(pubkeyfile, keyformat, 0, NULL, e, in x509_main() 646 if (privkeyfile == NULL && pubkeyfile == NULL) { in x509_main()
|
Completed in 4 milliseconds