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

/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c3539 struct _token_entry *token_array; member in struct:_token_choices
3580 * - the token_choices->token_array entry
3598 char tmplabel[sizeof (token_choices->token_array->token_info.label) + 1];
3612 trim_token_label(&token_choices->token_array[i].token_info, tmplabel,
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->token_array */
4089 token_choices.token_array = malloc(count * sizeof (*token_choices.token_array));
4090 if (token_choices.token_array
[all...]

Completed in 292 milliseconds