Searched refs:DES_HW (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/include/rpc/
H A Ddes_crypt.h56 #define DES_HW (0*DES_DEVMASK) /* Use hardware device */ macro
77 * DESERR_NOHWDEVICE is returned if DES_HW was specified but
/freebsd-11-stable/lib/librpcsvc/
H A Dxcrypt.c76 err = cbc_crypt(key, buf, len, DES_ENCRYPT | DES_HW, ivec);
109 err = cbc_crypt(key, buf, len, DES_DECRYPT | DES_HW, ivec);
/freebsd-11-stable/lib/libc/rpc/
H A Dauth_des.c309 DES_ENCRYPT | DES_HW, (char *)&ivec);
313 DES_ENCRYPT | DES_HW);
386 (u_int)sizeof (des_block), DES_DECRYPT | DES_HW);
H A Dsvc_auth_des.c213 2*sizeof(des_block), DES_DECRYPT | DES_HW,
217 sizeof(des_block), DES_DECRYPT | DES_HW);
296 sizeof(des_block), DES_ENCRYPT | DES_HW);
/freebsd-11-stable/usr.sbin/keyserv/
H A Dsetkey.c216 DES_HW | mode);
H A Dkeyserv.c582 DES_ENCRYPT | DES_HW);

Completed in 115 milliseconds