Home
last modified time | relevance | path

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

/openssl/ssl/statem/
H A Dstatem_srvr.c1658 &clienthello->compressions_len)) { in tls_process_client_hello()
1930 if (clienthello->compressions_len == 0) { in tls_early_post_process_client_hello()
1936 clienthello->compressions_len) == NULL) { in tls_early_post_process_client_hello()
2026 if (clienthello->compressions_len != 1) { in tls_early_post_process_client_hello()
2058 for (k = 0; k < clienthello->compressions_len; k++) { in tls_early_post_process_client_hello()
2062 if (k >= clienthello->compressions_len) { in tls_early_post_process_client_hello()
2078 for (o = 0; o < clienthello->compressions_len; o++) { in tls_early_post_process_client_hello()
/openssl/ssl/
H A Dssl_local.h654 size_t compressions_len; member
H A Dssl_lib.c6722 return sc->clienthello->compressions_len; in SSL_client_hello_get0_compression_methods()

Completed in 73 milliseconds