HomeSort by relevance Sort by last modified time
    Searched refs:DES_DIRMASK (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
des_crypt.h 44 #define DES_DIRMASK (1 << 0)
45 #define DES_ENCRYPT (0*DES_DIRMASK) /* Encrypt */
46 #define DES_DECRYPT (1*DES_DIRMASK) /* Decrypt */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
des_crypt.h 44 #define DES_DIRMASK (1 << 0)
45 #define DES_ENCRYPT (0*DES_DIRMASK) /* Encrypt */
46 #define DES_DECRYPT (1*DES_DIRMASK) /* Decrypt */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
des_crypt.h 44 #define DES_DIRMASK (1 << 0)
45 #define DES_ENCRYPT (0*DES_DIRMASK) /* Encrypt */
46 #define DES_DECRYPT (1*DES_DIRMASK) /* Decrypt */

Completed in 1523 milliseconds