Home
last modified time | relevance | path

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.c3713 struct _token_entry *token_array; member
4263 token_choices.token_array = malloc(count * sizeof (*token_choices.token_array)); in pkinit_open_session()
4264 if (token_choices.token_array == NULL) { in pkinit_open_session()
4424 free(token_choices.token_array); in pkinit_open_session()
4425 token_choices.token_array = NULL; in pkinit_open_session()
4454 free(token_choices.token_array); in pkinit_open_session()
4455 token_choices.token_array = NULL; in pkinit_open_session()
4471 cctx->slotid = token_choices.token_array[choice].slotID; in pkinit_open_session()
4472 cctx->session = token_choices.token_array[choice].session; in pkinit_open_session()
4497 if (token_choices.token_array != NULL) { in pkinit_open_session()
[all …]