Searched refs:hs_type (Results 1 – 5 of 5) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/library/ |
D | ssl_misc.h | 1445 int mbedtls_ssl_start_handshake_msg(mbedtls_ssl_context *ssl, unsigned char hs_type, 1492 unsigned hs_type, 1498 unsigned hs_type, 2070 unsigned hs_type,
|
D | ssl_msg.c | 2734 int mbedtls_ssl_start_handshake_msg(mbedtls_ssl_context *ssl, unsigned char hs_type, in mbedtls_ssl_start_handshake_msg() argument 2748 ssl->out_msg[0] = hs_type; in mbedtls_ssl_start_handshake_msg() 2781 const unsigned char hs_type = ssl->out_msg[0]; in mbedtls_ssl_write_handshake_msg_ext() local 2797 hs_type == MBEDTLS_SSL_HS_HELLO_REQUEST) && in mbedtls_ssl_write_handshake_msg_ext() 2860 if (hs_type != MBEDTLS_SSL_HS_HELLO_REQUEST) { in mbedtls_ssl_write_handshake_msg_ext() 2876 if (hs_type != MBEDTLS_SSL_HS_HELLO_REQUEST && update_checksum != 0) { in mbedtls_ssl_write_handshake_msg_ext() 2890 hs_type == MBEDTLS_SSL_HS_HELLO_REQUEST)) { in mbedtls_ssl_write_handshake_msg_ext()
|
D | ssl_tls13_generic.c | 50 unsigned hs_type, in mbedtls_ssl_tls13_fetch_handshake_msg() argument 62 ssl->in_msg[0] != hs_type) { in mbedtls_ssl_tls13_fetch_handshake_msg()
|
D | ssl_tls.c | 804 unsigned hs_type, in mbedtls_ssl_add_hs_hdr_to_checksum() argument 810 hs_hdr[0] = MBEDTLS_BYTE_0(hs_type); in mbedtls_ssl_add_hs_hdr_to_checksum() 819 unsigned hs_type, in mbedtls_ssl_add_hs_msg_to_checksum() argument 824 ret = mbedtls_ssl_add_hs_hdr_to_checksum(ssl, hs_type, msg_len); in mbedtls_ssl_add_hs_msg_to_checksum()
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | tls13-support.md | 318 unsigned hs_type, 329 mbedtls_ssl_start_handshake_msg( ssl, hs_type, 334 mbedtls_ssl_start_handshake_msg( ssl, hs_type, buf,
|