Searched refs:cert_filename (Results 1 – 3 of 3) sorted by relevance
135 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()370 idopts->cert_filename = strdup(certname); in parse_fs_options()371 if (idopts->cert_filename == NULL) in parse_fs_options()396 idopts->cert_filename = strdup(residual); in parse_pkcs12_options()397 if (idopts->cert_filename == NULL) in parse_pkcs12_options()[all …]
195 char *cert_filename; member
5046 if (idopts->cert_filename == NULL) {5062 fp = fopen(idopts->cert_filename, "rb");5067 idopts->cert_filename, error_message(errno));5069 idopts->cert_filename, errno);5078 idopts->cert_filename);5080 idopts->cert_filename);5110 prompt_prefix, idopts->cert_filename);5113 prompt_prefix, idopts->cert_filename);5133 idopts->cert_filename);5230 if (idopts->cert_filename == NULL) {[all …]