Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/nfs/
H A Dnfs_gss.c600 cp->gss_svc_proc = proc; in nfs_gss_svc_cred_get()
861 if (cp->gss_svc_proc == RPCSEC_GSS_INIT || in nfs_gss_svc_verf_put()
862 cp->gss_svc_proc == RPCSEC_GSS_CONTINUE_INIT) { in nfs_gss_svc_verf_put()
900 if (cp->gss_svc_proc == RPCSEC_GSS_INIT || in nfs_gss_svc_prepare_reply()
901 cp->gss_svc_proc == RPCSEC_GSS_CONTINUE_INIT) { in nfs_gss_svc_prepare_reply()
989 switch (cp->gss_svc_proc) { in nfs_gss_svc_ctx_init()
1076 if (cp->gss_svc_proc == RPCSEC_GSS_INIT || in nfs_gss_svc_ctx_init()
1077 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