typemask
i_support |= typemask(ap->type);
i_wont_support |= typemask(x);
*maskp = typemask(x);
if ((mask & (i = typemask(ap->type))) != 0)
if ((mask & (i = typemask(ap->type))) != 0)
(i_wont_support & typemask(ap->type)) ?
if (i_support & ~i_wont_support & typemask(ap->type)) {
if ((i_support & ~i_wont_support) & typemask(*auth_send_data)) {
| typemask(ENCTYPE_DES_CFB64) | typemask(ENCTYPE_DES_OFB64)
| typemask(ENCTYPE_DES_CFB64) | typemask(ENCTYPE_DES_OFB64)
if (!(I_SUPPORT_ENCRYPT & remote_supports_decrypt & (unsigned)typemask(type)))
if (!(I_SUPPORT_DECRYPT & remote_supports_encrypt & (unsigned)typemask(type)))
i_support_encrypt |= typemask(ep->type);
i_support_decrypt |= typemask(ep->type);
if ((i_wont_support_decrypt & typemask(ep->type)) == 0)
i_wont_support_decrypt |= typemask(ep->type);
i_wont_support_encrypt |= typemask(ep->type);
i_wont_support_decrypt &= ~typemask(ep->type);
i_wont_support_encrypt &= ~typemask(ep->type);
(I_SUPPORT_ENCRYPT & typemask(type))) {
remote_supports_decrypt |= typemask(type);
remote_supports_encrypt |= typemask(type);