Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/nfs/
H A Dnfs_gss.c603 cp->gss_svc_proc = proc; in nfs_gss_svc_cred_get()
864 if (cp->gss_svc_proc == RPCSEC_GSS_INIT || in nfs_gss_svc_verf_put()
865 cp->gss_svc_proc == RPCSEC_GSS_CONTINUE_INIT) { in nfs_gss_svc_verf_put()
903 if (cp->gss_svc_proc == RPCSEC_GSS_INIT || in nfs_gss_svc_prepare_reply()
904 cp->gss_svc_proc == RPCSEC_GSS_CONTINUE_INIT) { in nfs_gss_svc_prepare_reply()
992 switch (cp->gss_svc_proc) { in nfs_gss_svc_ctx_init()
1079 if (cp->gss_svc_proc == RPCSEC_GSS_INIT || in nfs_gss_svc_ctx_init()
1080 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