Home
last modified time | relevance | path

Searched refs:MBEDTLS_GET_UINT64_LE (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/library/
Dalignment.h657 #define MBEDTLS_GET_UINT64_LE(data, offset) \ macro
Dsha3.c322 ABSORB(ctx, ctx->index, MBEDTLS_GET_UINT64_LE(input, 0)); in mbedtls_sha3_update()
Daes.c1170 a = MBEDTLS_GET_UINT64_LE(x, 0); in mbedtls_gf128mul_x_ble()
1171 b = MBEDTLS_GET_UINT64_LE(x, 8); in mbedtls_gf128mul_x_ble()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_alignment.function284 read = MBEDTLS_GET_UINT64_LE(x, offset);