Home
last modified time | relevance | path

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

/mbedtls/library/
A Dalignment.h657 #define MBEDTLS_GET_UINT64_LE(data, offset) \ macro
A Dsha3.c322 ABSORB(ctx, ctx->index, MBEDTLS_GET_UINT64_LE(input, 0)); in mbedtls_sha3_update()
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()
/mbedtls/tests/suites/
A Dtest_suite_alignment.function284 read = MBEDTLS_GET_UINT64_LE(x, offset);

Completed in 10 milliseconds