Home
last modified time | relevance | path

Searched refs:custom_ext_parse_clienthello (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/ssl/
Dcustom_extensions.c157 int custom_ext_parse_clienthello(SSL *ssl, int *out_alert, uint16_t value, in custom_ext_parse_clienthello() function
Dinternal.h483 int custom_ext_parse_clienthello(SSL *ssl, int *out_alert, uint16_t value,
Dt1_lib.c2285 if (!custom_ext_parse_clienthello(ssl, out_alert, type, &extension)) { in ssl_scan_clienthello_tlsext()