Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/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()