Home
last modified time | relevance | path

Searched refs:DES_HW (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/librpcsvc/
H A Dxcrypt.c74 err = cbc_crypt(key, buf, len, DES_ENCRYPT | DES_HW, ivec); in xencrypt()
107 err = cbc_crypt(key, buf, len, DES_DECRYPT | DES_HW, ivec); in xdecrypt()
/freebsd/include/rpc/
H A Ddes_crypt.h56 #define DES_HW (0*DES_DEVMASK) /* Use hardware device */ macro
/freebsd/lib/libc/rpc/
H A Dsvc_auth_des.c209 2*sizeof(des_block), DES_DECRYPT | DES_HW, in _svcauth_des()
213 sizeof(des_block), DES_DECRYPT | DES_HW); in _svcauth_des()
292 sizeof(des_block), DES_ENCRYPT | DES_HW); in _svcauth_des()
H A Dauth_des.c304 DES_ENCRYPT | DES_HW, (char *)&ivec); in authdes_marshal()
308 DES_ENCRYPT | DES_HW); in authdes_marshal()
381 (u_int)sizeof (des_block), DES_DECRYPT | DES_HW); in authdes_validate()