Searched refs:cipher_list_len (Results 1 – 1 of 1) sorted by relevance
524 size_t client_hello_len, cipher_list_len, cipher_list_offset; in make_client_hello() local536 cipher_list_len = sizeof(cipher_list_dtls1); in make_client_hello()544 cipher_list_len = sizeof(cipher_list_dtls12_chacha); in make_client_hello()547 cipher_list_len = sizeof(cipher_list_dtls12_aes); in make_client_hello()556 cipher_list_len = sizeof(cipher_list_tls10); in make_client_hello()564 cipher_list_len = sizeof(cipher_list_tls11); in make_client_hello()572 cipher_list_len = sizeof(cipher_list_tls12_chacha); in make_client_hello()575 cipher_list_len = sizeof(cipher_list_tls12_aes); in make_client_hello()584 cipher_list_len = sizeof(cipher_list_tls13_chacha); in make_client_hello()587 cipher_list_len = sizeof(cipher_list_tls13_aes); in make_client_hello()[all …]