Lines Matching refs:cipher_suite
630 int cipher_suite = ciphersuite_list[i]; in ssl_tls13_write_client_hello_cipher_suites() local
633 ciphersuite_info = mbedtls_ssl_ciphersuite_from_id( cipher_suite ); in ssl_tls13_write_client_hello_cipher_suites()
641 (unsigned int) cipher_suite, in ssl_tls13_write_client_hello_cipher_suites()
646 MBEDTLS_PUT_UINT16_BE( cipher_suite, p, 0 ); in ssl_tls13_write_client_hello_cipher_suites()
1010 int cipher_suite ) in ssl_tls13_cipher_suite_is_offered() argument
1017 if( ciphersuite_list[i] == cipher_suite ) in ssl_tls13_cipher_suite_is_offered()
1044 uint16_t cipher_suite; in ssl_tls13_parse_server_hello() local
1107 cipher_suite = MBEDTLS_GET_UINT16_BE( p, 0 ); in ssl_tls13_parse_server_hello()
1116 ciphersuite_info = mbedtls_ssl_ciphersuite_from_id( cipher_suite ); in ssl_tls13_parse_server_hello()
1118 ssl_tls13_cipher_suite_is_offered( ssl, cipher_suite ) == 0 ) in ssl_tls13_parse_server_hello()
1121 cipher_suite ) ); in ssl_tls13_parse_server_hello()
1133 ssl->session_negotiate->ciphersuite = cipher_suite; in ssl_tls13_parse_server_hello()
1136 cipher_suite, ciphersuite_info->name ) ); in ssl_tls13_parse_server_hello()