Searched defs:password_file (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/kssladm/
H A Dksslutil.c39 * in plaintext in the given "password_file" parameter.
43 const char *filename, const char *password_file,
59 if (get_passphrase(password_file, password_buf,
103 const char *filename, char *password_file,
119 if (get_passphrase(password_file, password_buf,
42 PKCS12_get_rsa_key_certs(KMF_HANDLE_T kmfh, const char *filename, const char *password_file, KMF_RAW_KEY_DATA **rsa, KMF_X509_DER_CERT **certs) argument
102 PEM_get_rsa_key_certs(KMF_HANDLE_T kmfh, const char *filename, char *password_file, KMF_RAW_KEY_DATA **rsa, KMF_X509_DER_CERT **certs) argument
H A Dkssladm.c120 get_passphrase(const char *password_file, char *buf, int buf_size) argument
122 if (password_file == NULL) {
131 return (read_pass_from_file(password_file, buf, buf_size));
H A Dkssladm_create.c67 "\t[-p <password_file>]\n"
573 const char *token_label, const char *password_file,
594 if (get_passphrase(password_file, password_buf,
865 const char *password_file, int *paramsize)
873 filename, (char *)password_file, &rsa, &certs);
897 const char *password_file, int *paramsize)
905 password_file, &rsa, &certs);
1035 const char *password_file = NULL; local
1082 password_file = optarg;
1155 token_label, password_file, certnam
572 load_from_pkcs11(KMF_HANDLE_T kmfh, const char *token_label, const char *password_file, const char *certname, int *bufsize) argument
864 load_from_pem(KMF_HANDLE_T kmfh, const char *filename, const char *password_file, int *paramsize) argument
896 load_from_pkcs12(KMF_HANDLE_T kmfh, const char *filename, const char *password_file, int *paramsize) argument
[all...]

Completed in 57 milliseconds