Home
last modified time | relevance | path

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

/mbedtls-latest/library/
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()
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()
1444 cipher_suites, cipher_suites_len); in ssl_tls13_parse_client_hello()
/mbedtls-latest/docs/architecture/
Dtls13-support.md218 size_t cipher_suites_len;