Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_client.c328 size_t cipher_suites_len; in ssl_write_client_hello_cipher_suites() local
395 cipher_suites_len = (size_t) (p - cipher_suites); in ssl_write_client_hello_cipher_suites()
396 MBEDTLS_PUT_UINT16_BE(cipher_suites_len, buf, 0); in ssl_write_client_hello_cipher_suites()
399 cipher_suites_len/2)); in ssl_write_client_hello_cipher_suites()
H A Dssl_tls13_server.c1258 size_t cipher_suites_len; in ssl_tls13_parse_client_hello() local
1341 cipher_suites_len = MBEDTLS_GET_UINT16_BE(p, 0); in ssl_tls13_parse_client_hello()
1348 if (cipher_suites_len & 1) { in ssl_tls13_parse_client_hello()
1360 MBEDTLS_SSL_CHK_BUF_READ_PTR(p, end, cipher_suites_len + 1); in ssl_tls13_parse_client_hello()
1361 p += cipher_suites_len; in ssl_tls13_parse_client_hello()
1446 cipher_suites, cipher_suites_len); in ssl_tls13_parse_client_hello()