Searched refs:cert_label (Results 1 – 4 of 4) sorted by relevance
142 opts->cert_label = NULL; in pkinit_init_identity_opts()222 if (src_opts->cert_label != NULL) { in pkinit_dup_identity_opts()223 newopts->cert_label = strdup(src_opts->cert_label); in pkinit_dup_identity_opts()224 if (newopts->cert_label == NULL) in pkinit_dup_identity_opts()266 if (idopts->cert_label != NULL) in pkinit_fini_identity_opts()267 free(idopts->cert_label); in pkinit_fini_identity_opts()337 if (idopts->cert_label != NULL) in parse_pkcs11_options()338 free(idopts->cert_label); in parse_pkcs11_options()339 idopts->cert_label = strdup(vp); in parse_pkcs11_options()340 if (idopts->cert_label == NULL) in parse_pkcs11_options()
202 char *cert_label; member
82 char *cert_label; member
776 ctx->cert_label = NULL; in pkinit_init_pkcs11()819 if (ctx->cert_label != NULL) in pkinit_fini_pkcs11()820 free(ctx->cert_label); in pkinit_fini_pkcs11()3769 if (id_cryptoctx->cert_label != NULL) { in check_load_certs()3771 attrs[nattrs].pValue = id_cryptoctx->cert_label; in check_load_certs()3772 attrs[nattrs].ulValueLen = strlen(id_cryptoctx->cert_label); in check_load_certs()5192 if (idopts->cert_label != NULL) {5193 id_cryptoctx->cert_label = strdup(idopts->cert_label);5194 if (id_cryptoctx->cert_label == NULL)