Searched refs:AUTH_DES (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/lib/libc/rpc/
H A Dsvc_auth.c123 case AUTH_DES:
195 case AUTH_DES:
H A Dauth_des.c222 auth->ah_cred.oa_flavor = AUTH_DES;
223 auth->ah_verf.oa_flavor = AUTH_DES;
339 IXDR_PUT_INT32(ixdr, AUTH_DES);
349 IXDR_PUT_INT32(ixdr, AUTH_DES);
H A Dsvc_auth_des.c109 * Service side authenticator for AUTH_DES
311 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_DES;
/freebsd-11-stable/contrib/amd/libamu/
H A Dmisc_rpc.c191 case AUTH_DES:
/freebsd-11-stable/include/rpc/
H A Dauth.h62 u_int rpcflavor; /* rpc flavors:AUTH_UNIX,AUTH_DES,RPCSEC_GSS */
70 uint32_t rpcflavor; /* rpc flavors:AUTH_UNIX,AUTH_DES,RPCSEC_GSS */
77 * AUTH_DES flavor specific data from sec_data opaque data field.
100 * flavor specific data to hold the data for AUTH_DES/AUTH_KERB(v4)
357 #define AUTH_DES AUTH_DH /* for backward compatibility */ macro
/freebsd-11-stable/sys/rpc/
H A Dauth.h62 u_int rpcflavor; /* rpc flavors:AUTH_UNIX,AUTH_DES,RPCSEC_GSS */
70 uint32_t rpcflavor; /* rpc flavors:AUTH_UNIX,AUTH_DES,RPCSEC_GSS */
77 * AUTH_DES flavor specific data from sec_data opaque data field.
100 * flavor specific data to hold the data for AUTH_DES/AUTH_KERB(v4)
353 #define AUTH_DES AUTH_DH /* for backward compatibility */ macro
/freebsd-11-stable/usr.sbin/rpc.ypupdated/
H A Dypupdated_server.c72 case AUTH_DES:
H A Dypupdated_main.c212 if (svc_auth_reg(AUTH_DES, _svcauth_des) == -1) {
213 yp_error("failed to register AUTH_DES flavor");
/freebsd-11-stable/usr.sbin/keyserv/
H A Dkeyserv.c92 * Hack to allow the keyserver to use AUTH_DES (for authenticated
149 if (svc_auth_reg(AUTH_DES, _svcauth_des) == -1)
150 errx(1, "failed to register AUTH_DES authenticator");

Completed in 99 milliseconds