Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_gss.c3478 nfsm_chain_get_32(error, nmreq, cp->gss_svc_tokenlen); in nfs_gss_svc_ctx_init()
3480 if (cp->gss_svc_tokenlen > 0 && cp->gss_svc_tokenlen < GSS_MAX_TOKEN_LEN) { in nfs_gss_svc_ctx_init()
3481 cp->gss_svc_token = kalloc_data(cp->gss_svc_tokenlen, Z_WAITOK); in nfs_gss_svc_ctx_init()
3487 nfsm_chain_get_opaque(error, nmreq, cp->gss_svc_tokenlen, cp->gss_svc_token); in nfs_gss_svc_ctx_init()
3551 sz = 7 * NFSX_UNSIGNED + nfsm_rndup(cp->gss_svc_tokenlen); // size of results in nfs_gss_svc_ctx_init()
3567 nfsm_chain_add_32(error, &nmrep, cp->gss_svc_tokenlen); in nfs_gss_svc_ctx_init()
3569 nfsm_chain_add_opaque(error, &nmrep, cp->gss_svc_token, cp->gss_svc_tokenlen); in nfs_gss_svc_ctx_init()
3628 if (cp->gss_svc_tokenlen > 0) { in nfs_gss_svc_gssd_upcall()
3629 nfs_gss_mach_alloc_buffer(cp->gss_svc_token, cp->gss_svc_tokenlen, &itoken); in nfs_gss_svc_gssd_upcall()
3636 (gssd_byte_buffer) itoken, (mach_msg_type_number_t) cp->gss_svc_tokenlen, in nfs_gss_svc_gssd_upcall()
[all …]
H A Dnfs_gss.h154 uint32_t gss_svc_tokenlen; // Length of token member