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
4859 if (idopts->cert_filename == NULL) {4875 fp = fopen(idopts->cert_filename, "rb");4880 idopts->cert_filename, error_message(errno));4882 idopts->cert_filename, errno);4891 idopts->cert_filename);4893 idopts->cert_filename);4923 prompt_prefix, idopts->cert_filename);4926 prompt_prefix, idopts->cert_filename);4946 idopts->cert_filename);5043 if (idopts->cert_filename == NULL) {[all …]