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.c4156 /* + 1 so tokenlabelstr can be \0 terminated */
4157 char tokenlabelstr[sizeof (tinfo.label) + 1]; local
4163 trim_token_label(&tinfo, tokenlabelstr, sizeof (tokenlabelstr));
4167 slotlist[i], tokenlabelstr, (char *) cctx->token_label);
4169 if (!strcmp(cctx->token_label, tokenlabelstr)) {

Completed in 69 milliseconds