Searched refs:i_wont_support_decrypt (Results 1 – 2 of 2) sorted by relevance
103 static u_long i_wont_support_decrypt = 0; variable105 #define I_SUPPORT_DECRYPT (i_support_decrypt & ~i_wont_support_decrypt)201 if ((i_wont_support_decrypt & typemask(ep->type)) == 0) in encrypt_init()255 i_wont_support_decrypt |= typemask(ep->type); in EncryptDisable()287 i_wont_support_decrypt &= ~typemask(ep->type); in EncryptType()
101 static long i_wont_support_decrypt = 0; variable103 #define I_SUPPORT_DECRYPT (i_support_decrypt & ~i_wont_support_decrypt)202 if ((i_wont_support_decrypt & typemask(ep->type)) == 0) in encrypt_init()256 i_wont_support_decrypt |= typemask(ep->type); in EncryptDisable()288 i_wont_support_decrypt &= ~typemask(ep->type); in EncryptType()