Home | History | Annotate | Download | only in ssl

Lines Matching refs:cbs

150 int ssl_parse_clienthello_renegotiate_ext(SSL *s, CBS *cbs, int *out_alert)
152 CBS renegotiated_connection;
154 if (!CBS_get_u8_length_prefixed(cbs, &renegotiated_connection) ||
155 CBS_len(cbs) != 0)
214 int ssl_parse_serverhello_renegotiate_ext(SSL *s, CBS *cbs, int *out_alert)
218 CBS renegotiated_connection;
226 if (!CBS_get_u8_length_prefixed(cbs, &renegotiated_connection) ||
227 CBS_len(cbs) != 0)