Home
last modified time | relevance | path

Searched refs:token_label (Results 1 – 3 of 3) sorted by relevance

/src/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkinit_identity.c123 opts->token_label = NULL; in pkinit_init_identity_opts()
186 if (src_opts->token_label != NULL) { in pkinit_dup_identity_opts()
187 newopts->token_label = strdup(src_opts->token_label); in pkinit_dup_identity_opts()
188 if (newopts->token_label == NULL) in pkinit_dup_identity_opts()
230 free(idopts->token_label); in pkinit_fini_identity_opts()
283 free(idopts->token_label); in parse_pkcs11_options()
284 idopts->token_label = strdup(vp); in parse_pkcs11_options()
285 if (idopts->token_label == NULL) in parse_pkcs11_options()
H A Dpkinit.h188 char *token_label; member
H A Dpkinit_crypto_openssl.c87 char *token_label; member
1563 ctx->token_label = NULL; in pkinit_init_pkcs11()
1594 free(ctx->token_label); in pkinit_fini_pkcs11()
1597 ctx->p11_module_name = ctx->token_label = ctx->cert_label = NULL; in pkinit_fini_pkcs11()
3587 if (cctx->token_label == NULL || in pkinit_open_session()
3588 (strlen(cctx->token_label) == label_len && in pkinit_open_session()
3589 memcmp(cctx->token_label, tinfo.label, label_len) == 0)) in pkinit_open_session()
4389 if (idopts->token_label != NULL) { in reassemble_pkcs11_name()
4391 idopts->token_label); in reassemble_pkcs11_name()
4514 if (idopts->token_label != NULL) { in pkinit_get_certs_pkcs11()
[all …]