Home
last modified time | relevance | path

Searched refs:SSL3_MT_CHANNEL_ID (Results 1 – 5 of 5) sorted by relevance

/external/boringssl/src/include/openssl/
Dssl3.h377 #define SSL3_MT_CHANNEL_ID 203 macro
/external/boringssl/src/ssl/
Dtls13_client.cc619 if (!ssl->method->init_message(ssl, &cbb, &body, SSL3_MT_CHANNEL_ID) || in do_complete_second_flight()
Dtls13_server.cc785 if (!ssl_check_message_type(hs->ssl, SSL3_MT_CHANNEL_ID) || in do_process_channel_id()
Dhandshake_server.cc1661 if (!ssl_check_message_type(ssl, SSL3_MT_CHANNEL_ID) || in ssl3_get_channel_id()
Dhandshake_client.cc1847 if (!ssl->method->init_message(ssl, &cbb, &body, SSL3_MT_CHANNEL_ID) || in ssl3_send_channel_id()