Searched refs:cert_id_string (Results 1 – 3 of 3) sorted by relevance
141 opts->cert_id_string = NULL; in pkinit_init_identity_opts()216 if (src_opts->cert_id_string != NULL) { in pkinit_dup_identity_opts()217 newopts->cert_id_string = strdup(src_opts->cert_id_string); in pkinit_dup_identity_opts()218 if (newopts->cert_id_string == NULL) in pkinit_dup_identity_opts()264 if (idopts->cert_id_string != NULL) in pkinit_fini_identity_opts()265 free(idopts->cert_id_string); in pkinit_fini_identity_opts()331 if (idopts->cert_id_string != NULL) in parse_pkcs11_options()332 free(idopts->cert_id_string); in parse_pkcs11_options()333 idopts->cert_id_string = strdup(vp); in parse_pkcs11_options()334 if (idopts->cert_id_string == NULL) in parse_pkcs11_options()
201 char *cert_id_string; member
5209 if (idopts->cert_id_string != NULL && strlen(idopts->cert_id_string) != 0) {5211 BN_hex2bn(&bn, idopts->cert_id_string);