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

/freebsd-13-stable/include/rpc/
H A Ddes_crypt.h58 #define DES_HW (0*DES_DEVMASK) /* Use hardware device */ macro
79 * DESERR_NOHWDEVICE is returned if DES_HW was specified but
/freebsd-13-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-13-stable/lib/libc/rpc/
H A Dauth_des.c311 DES_ENCRYPT | DES_HW, (char *)&ivec);
315 DES_ENCRYPT | DES_HW);
388 (u_int)sizeof (des_block), DES_DECRYPT | DES_HW);
H A Dsvc_auth_des.c215 2*sizeof(des_block), DES_DECRYPT | DES_HW,
219 sizeof(des_block), DES_DECRYPT | DES_HW);
298 sizeof(des_block), DES_ENCRYPT | DES_HW);
/freebsd-13-stable/usr.sbin/keyserv/
H A Dsetkey.c216 DES_HW | mode);
H A Dkeyserv.c552 DES_ENCRYPT | DES_HW);

Completed in 117 milliseconds