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

/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c3762 * - the token_choices->token_array entry
3769 struct _token_choices *token_choices,
3780 char tmplabel[sizeof (token_choices->token_array->token_info.label) + 1];
3784 assert(token_choices != NULL);
3792 for (i = 0; i < token_choices->numtokens; i++) {
3794 trim_token_label(&token_choices->token_array[i].token_info, tmplabel,
3797 if (i == (token_choices->numtokens - 1)) {
3808 gettext("in slot"), token_choices->token_array[i].slotID,
3837 gettext("in slot"), token_choices->token_array[i].slotID,
3885 *choice = i; /* chosen entry of token_choices
3767 pkinit_choose_tokens(krb5_context context, pkinit_identity_crypto_context cctx, struct _token_choices *token_choices, int *choice) argument
4118 struct _token_choices token_choices; local
[all...]

Completed in 24 milliseconds