Home
last modified time | relevance | path

Searched refs:cert_label (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_identity.c142 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()
H A Dpkinit_crypto_openssl.h90 char *cert_label; member
H A Dpkinit.h202 char *cert_label; member
H A Dpkinit_crypto_openssl.c853 ctx->cert_label = NULL; in pkinit_init_pkcs11()
896 if (ctx->cert_label != NULL) in pkinit_fini_pkcs11()
897 free(ctx->cert_label); in pkinit_fini_pkcs11()
3943 if (id_cryptoctx->cert_label != NULL) { in check_load_certs()
3945 attrs[nattrs].pValue = id_cryptoctx->cert_label; in check_load_certs()
3946 attrs[nattrs].ulValueLen = strlen(id_cryptoctx->cert_label); in check_load_certs()
5379 if (idopts->cert_label != NULL) {
5380 id_cryptoctx->cert_label = strdup(idopts->cert_label);
5381 if (id_cryptoctx->cert_label == NULL)