Home
last modified time | relevance | path

Searched refs:cipher_suites_len (Results 1 - 2 of 2) sorted by relevance

/third_party/mbedtls/library/
H A Dssl_client.c327 size_t cipher_suites_len; in ssl_write_client_hello_cipher_suites() local
394 cipher_suites_len = (size_t) (p - cipher_suites); in ssl_write_client_hello_cipher_suites()
395 MBEDTLS_PUT_UINT16_BE(cipher_suites_len, buf, 0); in ssl_write_client_hello_cipher_suites()
398 cipher_suites_len/2)); in ssl_write_client_hello_cipher_suites()
H A Dssl_tls13_server.c1259 size_t cipher_suites_len; in ssl_tls13_parse_client_hello() local
1342 cipher_suites_len = MBEDTLS_GET_UINT16_BE(p, 0); in ssl_tls13_parse_client_hello()
1349 if (cipher_suites_len & 1) { in ssl_tls13_parse_client_hello()
1358 * cipher_suites cipher_suites_len bytes in ssl_tls13_parse_client_hello()
1362 MBEDTLS_SSL_CHK_BUF_READ_PTR(p, end, cipher_suites_len + 2 + 2); in ssl_tls13_parse_client_hello()
1363 p += cipher_suites_len; in ssl_tls13_parse_client_hello()
1435 cipher_suites, cipher_suites_len); in ssl_tls13_parse_client_hello()

Completed in 6 milliseconds