Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dcommon.h238 #ifndef MBEDTLS_GET_UINT24_BE
239 #define MBEDTLS_GET_UINT24_BE( data , offset ) \ macro
Dssl_tls13_generic.c594 certificate_list_len = MBEDTLS_GET_UINT24_BE( p, 1 ); in ssl_tls13_parse_certificate()
634 cert_data_len = MBEDTLS_GET_UINT24_BE( p, 0 ); in ssl_tls13_parse_certificate()