Searched refs:tls1_alpn_handle_client_hello (Results 1 – 3 of 3) sorted by relevance
/external/openssl/patches/ |
D | 0008-alpn.patch | 398 +/* tls1_alpn_handle_client_hello is called to process the ALPN extension in a 406 +static int tls1_alpn_handle_client_hello(SSL *s, const unsigned char *data, 502 + if (tls1_alpn_handle_client_hello(s, data, size, al) != 0)
|
/external/openssl/ssl/ |
D | t1_lib.c | 1037 static int tls1_alpn_handle_client_hello(SSL *s, const unsigned char *data, in tls1_alpn_handle_client_hello() function 1592 if (tls1_alpn_handle_client_hello(s, data, size, al) != 0) in ssl_parse_clienthello_tlsext()
|
/external/chromium_org/third_party/boringssl/src/ssl/ |
D | t1_lib.c | 1369 static int tls1_alpn_handle_client_hello(SSL *s, CBS *cbs, int *out_alert) in tls1_alpn_handle_client_hello() function 1736 if (!tls1_alpn_handle_client_hello(s, &extension, out_alert)) in ssl_scan_clienthello_tlsext()
|