OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DES_DIRMASK
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpc/
des_crypt.h
43
#define
DES_DIRMASK
(1 << 0)
44
#define DES_ENCRYPT (0*
DES_DIRMASK
) /* Encrypt */
45
#define DES_DECRYPT (1*
DES_DIRMASK
) /* Decrypt */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
des_crypt.h
43
#define
DES_DIRMASK
(1 << 0)
44
#define DES_ENCRYPT (0*
DES_DIRMASK
) /* Encrypt */
45
#define DES_DECRYPT (1*
DES_DIRMASK
) /* Decrypt */
Completed in 1036 milliseconds