Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dalignment.h112 #define MBEDTLS_BYTE_4(x) ((uint8_t) (((x) >> 32) & 0xff)) macro
/third_party/mbedtls/tests/suites/
Dtest_suite_alignment.function203 actual = MBEDTLS_BYTE_4(u64);