Searched defs:token_choices (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c3580 * - the token_choices->token_array entry
3587 struct _token_choices *token_choices,
3598 char tmplabel[sizeof (token_choices->token_array->token_info.label) + 1];
3602 assert(token_choices != NULL);
3610 for (i = 0; i < token_choices->numtokens; i++) {
3612 trim_token_label(&token_choices->token_array[i].token_info, tmplabel,
3615 if (i == (token_choices->numtokens - 1)) {
3626 gettext("in slot"), token_choices->token_array[i].slotID,
3655 gettext("in slot"), token_choices->token_array[i].slotID,
3703 *choice = i; /* chosen entry of token_choices
3585 pkinit_choose_tokens(krb5_context context, pkinit_identity_crypto_context cctx, struct _token_choices *token_choices, int *choice) argument
3936 struct _token_choices token_choices; local
[all...]

Completed in 245 milliseconds