Home
last modified time | relevance | path

Searched refs:__get_token (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dtoken.h50 __get_token(gss_buffer_t, gss_buffer_t, dh_token_t, dh_key_set_t);
H A DMICwrap.c153 if ((*minor = __get_token(token, message, in __dh_gss_verify()
339 if ((*minor = __get_token(input, NULL, &tok, &keys)) != DH_SUCCESS) { in __dh_gss_unseal()
H A Dtoken.c401 __get_token(gss_buffer_t input, /* The token to deserialize */ in __get_token() function
H A Dcontext_establish.c820 if (*minor = __get_token(token, NULL, &tok, &keys)) in continue_context()