Searched refs:MBEDTLS_GET_UINT64_LE (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/mbedtls/library/ |
H A D | alignment.h | 482 #define MBEDTLS_GET_UINT64_LE(data, offset) \ macro
|
H A D | sha3.c | 227 ABSORB(ctx, ctx->index, MBEDTLS_GET_UINT64_LE(input, 0)); in mbedtls_sha3_update()
|
H A D | aes.c | 1206 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 D | alignment.h | 657 #define MBEDTLS_GET_UINT64_LE(data, offset) \ macro
|
H A D | sha3.c | 322 ABSORB(ctx, ctx->index, MBEDTLS_GET_UINT64_LE(input, 0)); in mbedtls_sha3_update()
|
H A D | aes.c | 1170 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 D | test_suite_alignment.function | 284 read = MBEDTLS_GET_UINT64_LE(x, offset);
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_alignment.function | 284 read = MBEDTLS_GET_UINT64_LE(x, offset);
|