Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/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.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()
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()
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dtls13-support.md218 size_t cipher_suites_len;