Lines Matching refs:ciphersuite_info
631 const mbedtls_ssl_ciphersuite_t *ciphersuite_info; 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()
634 if( ciphersuite_info == NULL ) in ssl_tls13_write_client_hello_cipher_suites()
636 if( !( MBEDTLS_SSL_MINOR_VERSION_4 >= ciphersuite_info->min_minor_ver && in ssl_tls13_write_client_hello_cipher_suites()
637 MBEDTLS_SSL_MINOR_VERSION_4 <= ciphersuite_info->max_minor_ver ) ) in ssl_tls13_write_client_hello_cipher_suites()
642 ciphersuite_info->name ) ); in ssl_tls13_write_client_hello_cipher_suites()
1045 const mbedtls_ssl_ciphersuite_t *ciphersuite_info; in ssl_tls13_parse_server_hello() local
1116 ciphersuite_info = mbedtls_ssl_ciphersuite_from_id( cipher_suite ); in ssl_tls13_parse_server_hello()
1117 if( ciphersuite_info == NULL || in ssl_tls13_parse_server_hello()
1130 mbedtls_ssl_optimize_checksum( ssl, ciphersuite_info ); in ssl_tls13_parse_server_hello()
1132 ssl->handshake->ciphersuite_info = ciphersuite_info; in ssl_tls13_parse_server_hello()
1136 cipher_suite, ciphersuite_info->name ) ); in ssl_tls13_parse_server_hello()