Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/library/
H A Dalignment.h482 #define MBEDTLS_GET_UINT64_LE(data, offset) \ macro
H A Dsha3.c227 ABSORB(ctx, ctx->index, MBEDTLS_GET_UINT64_LE(input, 0)); in mbedtls_sha3_update()
H A Daes.c1206 a = MBEDTLS_GET_UINT64_LE(x, 0); in mbedtls_gf128mul_x_ble()
1207 b = MBEDTLS_GET_UINT64_LE(x, 8); in mbedtls_gf128mul_x_ble()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dalignment.h657 #define MBEDTLS_GET_UINT64_LE(data, offset) \ macro
H A Dsha3.c322 ABSORB(ctx, ctx->index, MBEDTLS_GET_UINT64_LE(input, 0)); in mbedtls_sha3_update()
H A 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()
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_alignment.function284 read = MBEDTLS_GET_UINT64_LE(x, offset);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_alignment.function284 read = MBEDTLS_GET_UINT64_LE(x, offset);