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

/xnu-2782.1.97/bsd/nfs/
H A Dnfs_gss.c1072 if (cp->gss_clnt_token)
1073 FREE(cp->gss_clnt_token, M_TEMP);
1074 cp->gss_clnt_token = NULL;
1257 nfsm_chain_add_opaque(error, &nmreq, cp->gss_clnt_token, cp->gss_clnt_tokenlen);
1265 if (cp->gss_clnt_token != NULL) {
1266 FREE(cp->gss_clnt_token, M_TEMP);
1267 cp->gss_clnt_token = NULL;
1296 MALLOC(cp->gss_clnt_token, u_char *, cp->gss_clnt_tokenlen, M_TEMP, M_WAITOK);
1297 if (cp->gss_clnt_token == NULL) {
1301 nfsm_chain_get_opaque(error, &nmrep, cp->gss_clnt_tokenlen, cp->gss_clnt_token);
[all...]
H A Dnfs_gss.h155 uint8_t *gss_clnt_token; // GSS token exchanged via gssd & server member in struct:nfs_gss_clnt_ctx

Completed in 109 milliseconds