Home
last modified time | relevance | path

Searched refs:AUTH_NULL (Results 1 – 12 of 12) sorted by relevance

/freebsd/lib/libc/rpc/
H A Dsvc_auth.c108 case AUTH_NULL: in _authenticate()
186 case AUTH_NULL: in svc_auth_reg()
H A Dsvc_auth_unix.c127 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL; in _svcauth_unix()
/freebsd/sys/dev/qat/qat_hw/qat_c4xxx/
H A Dadf_c4xxx_inline.h515 #define AUTH_NULL BIT(24) macro
525 (AES_XCBC_MAC_96 | AES_CMAC_96 | AUTH_NULL))
/freebsd/sys/rpc/rpcsec_tls/
H A Drpctls_impl.c141 rpctls_null_verf.oa_flavor = AUTH_NULL; in rpctls_init()
440 msg->rm_call.cb_verf.oa_flavor != AUTH_NULL) { in _svcauth_rpcsec_tls()
/freebsd/sys/rpc/
H A Dsvc_auth.c88 case AUTH_NULL: in _authenticate()
H A Dauth.h347 #define AUTH_NULL 0 /* backward compatibility */ macro
H A Dclnt_bck.c332 reply_msg.acpted_rply.ar_verf.oa_flavor = AUTH_NULL; in clnt_bck_call()
H A Dclnt_dg.c483 reply_msg.acpted_rply.ar_verf.oa_flavor = AUTH_NULL; in clnt_dg_call()
H A Dclnt_vc.c448 reply_msg.acpted_rply.ar_verf.oa_flavor = AUTH_NULL; in clnt_vc_call()
/freebsd/include/rpc/
H A Dauth.h350 #define AUTH_NULL 0 /* backward compatibility */ macro
/freebsd/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c1071 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL; in svc_rpc_gss()
/freebsd/usr.sbin/rpcbind/
H A Drpcb_svc_com.c828 if (rqstp->rq_cred.oa_flavor == AUTH_NULL) { in rpcbproc_callit_com()