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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_gss.h154 uint32_t gss_svc_tokenlen; // Length of token member in struct:nfs_gss_svc_ctx
H A Dnfs_gss.c2456 nfsm_chain_get_32(error, nmreq, cp->gss_svc_tokenlen);
2457 if (cp->gss_svc_tokenlen == 0) {
2461 MALLOC(cp->gss_svc_token, u_char *, cp->gss_svc_tokenlen, M_TEMP, M_WAITOK);
2466 nfsm_chain_get_opaque(error, nmreq, cp->gss_svc_tokenlen, cp->gss_svc_token);
2528 sz = 7 * NFSX_UNSIGNED + nfsm_rndup(cp->gss_svc_tokenlen); // size of results
2543 nfsm_chain_add_32(error, &nmrep, cp->gss_svc_tokenlen);
2545 nfsm_chain_add_opaque(error, &nmrep, cp->gss_svc_token, cp->gss_svc_tokenlen);
2602 if (cp->gss_svc_tokenlen > 0)
2603 nfs_gss_mach_alloc_buffer(cp->gss_svc_token, cp->gss_svc_tokenlen, &itoken);
2608 (gssd_byte_buffer) itoken, (mach_msg_type_number_t) cp->gss_svc_tokenlen,
[all...]

Completed in 20 milliseconds