Searched refs:typemask (Results 1 – 6 of 6) sorted by relevance
93 #define typemask(x) ((x) > 0 ? 1 << ((x)-1) : 0) macro96 | typemask(ENCTYPE_DES_CFB64) | typemask(ENCTYPE_DES_OFB64)99 | typemask(ENCTYPE_DES_CFB64) | typemask(ENCTYPE_DES_OFB64)199 i_support_encrypt |= typemask(ep->type); in encrypt_init()200 i_support_decrypt |= typemask(ep->type); in encrypt_init()255 i_wont_support_decrypt |= typemask(ep->type); in EncryptDisable()261 i_wont_support_encrypt |= typemask(ep->type); in EncryptDisable()287 i_wont_support_decrypt &= ~typemask(ep->type); in EncryptType()492 (I_SUPPORT_ENCRYPT & typemask(type))) { in encrypt_support()493 remote_supports_decrypt |= typemask(type); in encrypt_support()[all …]
73 #define typemask(x) ((x) > 0 ? 1 << ((x)-1) : 0) macro206 i_support |= typemask(ap->type); in auth_init()225 i_wont_support |= typemask(x); in auth_disable_name()243 *maskp = typemask(x); in getauthmask()274 if ((mask & (i = typemask(ap->type))) != 0) in auth_onoff()317 if ((mask & (i = typemask(ap->type))) != 0) in auth_status()321 (i_wont_support & typemask(ap->type)) ? in auth_status()343 if (i_support & ~i_wont_support & typemask(ap->type)) { in auth_request()412 if ((i_support & ~i_wont_support) & typemask(*auth_send_data)) { in auth_send()
94 #define typemask(x) ((x) > 0 ? 1 << ((x)-1) : 0) macro97 | typemask(ENCTYPE_DES_OFB64);99 | typemask(ENCTYPE_DES_OFB64);200 i_support_encrypt |= typemask(ep->type); in encrypt_init()201 i_support_decrypt |= typemask(ep->type); in encrypt_init()256 i_wont_support_decrypt |= typemask(ep->type); in EncryptDisable()262 i_wont_support_encrypt |= typemask(ep->type); in EncryptDisable()288 i_wont_support_decrypt &= ~typemask(ep->type); in EncryptType()527 (I_SUPPORT_ENCRYPT & typemask(type))) { in encrypt_support()528 remote_supports_decrypt |= typemask(type); in encrypt_support()[all …]
82 #define typemask(x) (1<<((x)-1)) macro200 i_support |= typemask(ap->type); in auth_init()219 i_wont_support |= typemask(x); in auth_disable_name()237 *maskp = typemask(x); in getauthmask()268 if ((mask & (i = typemask(ap->type))) != 0) in auth_onoff()311 if ((mask & (i = typemask(ap->type))) != 0) in auth_status()315 (i_wont_support & typemask(ap->type)) ? in auth_status()337 if (i_support & ~i_wont_support & typemask(ap->type)) { in auth_request()406 if ((i_support & ~i_wont_support) & typemask(*auth_send_data)) { in auth_send()
127 vmem_size_t vmem_size(vmem_t *vm, int typemask);
1543 vmem_size(vmem_t *vm, int typemask) in vmem_size() argument1547 switch (typemask) { in vmem_size()