Searched defs:renegotiated_connection (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/ssl/
H A Dt1_lib.c879 CBS renegotiated_connection; local
880 if (!CBS_get_u8_length_prefixed(contents, &renegotiated_connection) ||
888 if (CBS_len(&renegotiated_connection) != expected_len) {
894 const uint8_t *d = CBS_data(&renegotiated_connection);
937 CBS renegotiated_connection; local
939 if (!CBS_get_u8_length_prefixed(contents, &renegotiated_connection) ||
946 if (!CBS_mem_equal(&renegotiated_connection,

Completed in 29 milliseconds