Home
last modified time | relevance | path

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

/mbedtls/library/
A Dchachapoly.c231 MBEDTLS_PUT_UINT64_LE(ctx->aad_len, len_block, 0); in mbedtls_chachapoly_finish()
232 MBEDTLS_PUT_UINT64_LE(ctx->ciphertext_len, len_block, 8); in mbedtls_chachapoly_finish()
A Dalignment.h672 #define MBEDTLS_PUT_UINT64_LE(n, data, offset) \ macro
A Daes.c1176 MBEDTLS_PUT_UINT64_LE(ra, r, 0); in mbedtls_gf128mul_x_ble()
1177 MBEDTLS_PUT_UINT64_LE(rb, r, 8); in mbedtls_gf128mul_x_ble()
/mbedtls/tests/suites/
A Dtest_suite_alignment.function332 MBEDTLS_PUT_UINT64_LE(read, x, offset);

Completed in 10 milliseconds