Lines Matching refs:BIT
39 #define QCE_ALG_DES BIT(0)
40 #define QCE_ALG_3DES BIT(1)
41 #define QCE_ALG_AES BIT(2)
44 #define QCE_HASH_SHA1 BIT(3)
45 #define QCE_HASH_SHA256 BIT(4)
46 #define QCE_HASH_SHA1_HMAC BIT(5)
47 #define QCE_HASH_SHA256_HMAC BIT(6)
48 #define QCE_HASH_AES_CMAC BIT(7)
51 #define QCE_MODE_CBC BIT(8)
52 #define QCE_MODE_ECB BIT(9)
53 #define QCE_MODE_CTR BIT(10)
54 #define QCE_MODE_XTS BIT(11)
55 #define QCE_MODE_CCM BIT(12)
59 #define QCE_ENCRYPT BIT(13)
60 #define QCE_DECRYPT BIT(14)