Home | History | Annotate | Download | only in ssl

Lines Matching refs:ext_index

3036     unsigned ext_index;
3038 tls_extension_find(&ext_index, type);
3048 hs->extensions.received |= (1u << ext_index);
3135 unsigned ext_index;
3137 tls_extension_find(&ext_index, type);
3150 if (!(hs->extensions.sent & (1u << ext_index)) &&
3160 received |= (1u << ext_index);