Home
last modified time | relevance | path

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

/glibc-2.36/sunrpc/rpc/
Ddes_crypt.h45 #define DES_DECRYPT (1*DES_DIRMASK) /* Decrypt */ macro
/glibc-2.36/sunrpc/
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()
Dxcrypt.c154 err = cbc_crypt (key, buf, len, DES_DECRYPT | DES_HW, ivec); in libc_hidden_nolink_sunrpc()
Dauth_des.c363 sizeof (des_block), DES_DECRYPT | DES_HW); in authdes_validate()