Searched refs:token_label (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_identity.c139 opts->token_label = NULL;
208 if (src_opts->token_label != NULL) {
209 newopts->token_label = strdup(src_opts->token_label);
210 if (newopts->token_label == NULL)
252 free(idopts->token_label);
305 free(idopts->token_label);
306 idopts->token_label = strdup(vp);
307 if (idopts->token_label == NULL)
H A Dpkinit.h211 char *token_label; member in struct:_pkinit_identity_opts
H A Dpkinit_crypto_openssl.h81 char *token_label; member in struct:_pkinit_identity_crypto_context
H A Dpkinit_crypto_openssl.c811 ctx->token_label = NULL;
851 if (ctx->token_label != NULL)
852 free(ctx->token_label);
4310 if (cctx->token_label == NULL) {
4348 "cctx->token_label: \"%s\"\n",
4349 slotlist[i], tokenlabelstr, (char *) cctx->token_label);
4351 if (!strcmp(cctx->token_label, tokenlabelstr)) {
5368 if (idopts->token_label != NULL) {
5369 id_cryptoctx->token_label = strdup(idopts->token_label);
[all...]
/osnet-11/usr/src/lib/libelfsign/common/
H A Delfcertlib.c377 * token_label
384 const char *token_label, const char *pin)
453 cryptodebug("key found in %s", token_label);
383 elfcertlib_loadtokenkey(ELFsign_t ess, ELFCert_t cert, const char *token_label, const char *pin) argument

Completed in 30 milliseconds