Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c4331 char tokenlabelstr[sizeof (tinfo.label) + 1]; in pkinit_open_session() local
4337 trim_token_label(&tinfo, tokenlabelstr, sizeof (tokenlabelstr)); in pkinit_open_session()
4341 slotlist[i], tokenlabelstr, (char *) cctx->token_label); in pkinit_open_session()
4343 if (!strcmp(cctx->token_label, tokenlabelstr)) { in pkinit_open_session()