Home
last modified time | relevance | path

Searched refs:AUTH_DES (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libc/rpc/
H A Dsvc_auth.c118 case AUTH_DES: in _authenticate()
190 case AUTH_DES: in svc_auth_reg()
H A Dauth_des.c217 auth->ah_cred.oa_flavor = AUTH_DES; in authdes_pk_seccreate()
218 auth->ah_verf.oa_flavor = AUTH_DES; in authdes_pk_seccreate()
334 IXDR_PUT_INT32(ixdr, AUTH_DES); in authdes_marshal()
344 IXDR_PUT_INT32(ixdr, AUTH_DES); in authdes_marshal()
H A Dsvc_auth_des.c307 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_DES; in _svcauth_des()
/freebsd/usr.sbin/rpc.ypupdated/
H A Dypupdated_main.c212 if (svc_auth_reg(AUTH_DES, _svcauth_des) == -1) { in main()
H A Dypupdated_server.c72 case AUTH_DES: in yp_checkauth()
/freebsd/include/rpc/
H A Dauth.h355 #define AUTH_DES AUTH_DH /* for backward compatibility */ macro
/freebsd/sys/rpc/
H A Dauth.h352 #define AUTH_DES AUTH_DH /* for backward compatibility */ macro