Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dssl_tls12_server.c1113 size_t fragment_offset, fragment_length, length; in ssl_parse_client_hello() local
1114 fragment_offset = MBEDTLS_GET_UINT24_BE(ssl->in_msg, 6); in ssl_parse_client_hello()
1119 (unsigned) fragment_offset, (unsigned) fragment_length, in ssl_parse_client_hello()
1121 if (fragment_offset != 0 || length != fragment_length) { in ssl_parse_client_hello()
Dssl_msg.c3478 size_t sid_len, cookie_len, epoch, fragment_offset; in mbedtls_ssl_check_dtls_clihlo_cookie() local
3516 fragment_offset = MBEDTLS_GET_UINT24_BE(in, 19); in mbedtls_ssl_check_dtls_clihlo_cookie()
3519 fragment_offset != 0) { in mbedtls_ssl_check_dtls_clihlo_cookie()
3523 (unsigned) fragment_offset)); in mbedtls_ssl_check_dtls_clihlo_cookie()