Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/library/
H 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()
H A Dalignment.h497 #define MBEDTLS_PUT_UINT64_LE(n, data, offset) \ macro
H A Daes.c1212 MBEDTLS_PUT_UINT64_LE(ra, r, 0); in mbedtls_gf128mul_x_ble()
1213 MBEDTLS_PUT_UINT64_LE(rb, r, 8); in mbedtls_gf128mul_x_ble()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H 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()
H A Dalignment.h672 #define MBEDTLS_PUT_UINT64_LE(n, data, offset) \ macro
H 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()
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_alignment.function332 MBEDTLS_PUT_UINT64_LE(read, x, offset);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_alignment.function332 MBEDTLS_PUT_UINT64_LE(read, x, offset);