Searched refs:password_file (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/kssl/kssladm/ |
H A D | ksslutil.c | 43 const char *filename, const char *password_file, in PKCS12_get_rsa_key_certs() argument 59 if (get_passphrase(password_file, password_buf, in PKCS12_get_rsa_key_certs() 103 const char *filename, char *password_file, in PEM_get_rsa_key_certs() argument 119 if (get_passphrase(password_file, password_buf, in PEM_get_rsa_key_certs()
|
H A D | kssladm.c | 120 get_passphrase(const char *password_file, char *buf, int buf_size) in get_passphrase() argument 122 if (password_file == NULL) { in get_passphrase() 131 return (read_pass_from_file(password_file, buf, buf_size)); in get_passphrase()
|
H A D | kssladm_create.c | 573 const char *token_label, const char *password_file, in load_from_pkcs11() argument 594 if (get_passphrase(password_file, password_buf, in load_from_pkcs11() 865 const char *password_file, int *paramsize) in load_from_pem() argument 873 filename, (char *)password_file, &rsa, &certs); in load_from_pem() 897 const char *password_file, int *paramsize) in load_from_pkcs12() argument 905 password_file, &rsa, &certs); in load_from_pkcs12() 1035 const char *password_file = NULL; in do_create() local 1082 password_file = optarg; in do_create() 1155 token_label, password_file, certname, &bufsize); in do_create() 1161 cert_key_file, password_file, &bufsize); in do_create() [all …]
|
H A D | kssladm.h | 68 extern int get_passphrase(const char *password_file, char *buf, int buf_size);
|