Home
last modified time | relevance | path

Searched refs:DES_ENCRYPT (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/sunrpc/rpc/
Ddes_crypt.h44 #define DES_ENCRYPT (0*DES_DIRMASK) /* Encrypt */ macro
/glibc-2.36/sunrpc/
Ddes_crypt.c76 ((mode & DES_DIRMASK) == DES_ENCRYPT) ? ENCRYPT : DECRYPT; in common_crypt()
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()
Dxcrypt.c121 err = cbc_crypt (key, buf, len, DES_ENCRYPT | DES_HW, ivec);
Dsvcauth_des.c328 sizeof (des_block), DES_ENCRYPT | DES_HW); in _svcauth_des()