Home
last modified time | relevance | path

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

/openbsd/regress/lib/libssl/client/
H A Dclienttest.c536 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()
596 cipher_list_len = sizeof(cipher_list_tls13_only_chacha); in make_client_hello()
[all …]