Home
last modified time | relevance | path

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

/third_party/openssl/ssl/statem/
Dstatem_srvr.c1585 &clienthello->compressions_len)) { in tls_process_client_hello()
1887 for (loop = 0; loop < clienthello->compressions_len; loop++) { in tls_early_post_process_client_hello()
1892 if (loop >= clienthello->compressions_len) { in tls_early_post_process_client_hello()
1985 if (clienthello->compressions_len != 1) { in tls_early_post_process_client_hello()
2020 for (k = 0; k < clienthello->compressions_len; k++) { in tls_early_post_process_client_hello()
2024 if (k >= clienthello->compressions_len) { in tls_early_post_process_client_hello()
2041 for (o = 0; o < clienthello->compressions_len; o++) { in tls_early_post_process_client_hello()
/third_party/openssl/ssl/
Dssl_local.h681 size_t compressions_len; member
Dssl_lib.c5164 return s->clienthello->compressions_len; in SSL_client_hello_get0_compression_methods()