Home
last modified time | relevance | path

Searched refs:cert_filename (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_identity.c135 opts->cert_filename = NULL; in pkinit_init_identity_opts()
189 if (src_opts->cert_filename != NULL) { in pkinit_dup_identity_opts()
190 newopts->cert_filename = strdup(src_opts->cert_filename); in pkinit_dup_identity_opts()
191 if (newopts->cert_filename == NULL) in pkinit_dup_identity_opts()
255 if (idopts->cert_filename != NULL) in pkinit_fini_identity_opts()
256 free(idopts->cert_filename); in pkinit_fini_identity_opts()
371 if (idopts->cert_filename == NULL) in parse_fs_options()
397 if (idopts->cert_filename == NULL) in parse_pkcs12_options()
405 __FUNCTION__, idopts->cert_filename, in parse_pkcs12_options()
488 idopts->cert_filename = strdup(residual); in process_option_identity()
[all …]
H A Dpkinit.h195 char *cert_filename; member
H A Dpkinit_crypto_openssl.c5046 if (idopts->cert_filename == NULL) {
5069 idopts->cert_filename, errno);
5078 idopts->cert_filename);
5080 idopts->cert_filename);
5133 idopts->cert_filename);
5230 if (idopts->cert_filename == NULL) {
5242 idopts->cert_filename,
5270 if (idopts->cert_filename == NULL) {
5276 dirname = idopts->cert_filename;
5333 idopts->cert_filename);
[all …]