Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/nfs/
H A Dnfs_gss.c601 cp->gss_svc_proc = proc; in nfs_gss_svc_cred_get()
862 if (cp->gss_svc_proc == RPCSEC_GSS_INIT || in nfs_gss_svc_verf_put()
863 cp->gss_svc_proc == RPCSEC_GSS_CONTINUE_INIT) { in nfs_gss_svc_verf_put()
901 if (cp->gss_svc_proc == RPCSEC_GSS_INIT || in nfs_gss_svc_prepare_reply()
902 cp->gss_svc_proc == RPCSEC_GSS_CONTINUE_INIT) { in nfs_gss_svc_prepare_reply()
990 switch (cp->gss_svc_proc) { in nfs_gss_svc_ctx_init()
1077 if (cp->gss_svc_proc == RPCSEC_GSS_INIT || in nfs_gss_svc_ctx_init()
1078 cp->gss_svc_proc == RPCSEC_GSS_CONTINUE_INIT) { in nfs_gss_svc_ctx_init()
H A Dnfs_gss.h82 uint32_t gss_svc_proc; // Current GSS proc from cred member