Home
last modified time | relevance | path

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

/sunrpc/rpc/
A Ddes_crypt.h49 #define DES_HW (0*DES_DEVMASK) /* Use hardware device */ macro
/sunrpc/
A Dxcrypt.c121 err = cbc_crypt (key, buf, len, DES_ENCRYPT | DES_HW, ivec);
154 err = cbc_crypt (key, buf, len, DES_DECRYPT | DES_HW, ivec); in libc_hidden_nolink_sunrpc()
A Dauth_des.c279 2 * sizeof (des_block), DES_ENCRYPT | DES_HW, (char *) &ivec); in authdes_marshal()
283 sizeof (des_block), DES_ENCRYPT | DES_HW); in authdes_marshal()
363 sizeof (des_block), DES_DECRYPT | DES_HW); in authdes_validate()
A Dsvcauth_des.c229 2 * sizeof (des_block), DES_DECRYPT | DES_HW, in _svcauth_des()
234 sizeof (des_block), DES_DECRYPT | DES_HW); in _svcauth_des()
328 sizeof (des_block), DES_ENCRYPT | DES_HW); in _svcauth_des()

Completed in 9 milliseconds