Searched refs:MBEDTLS_PUT_UINT64_LE (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/mbedtls/library/ |
H A D | chachapoly.c | 231 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 D | alignment.h | 497 #define MBEDTLS_PUT_UINT64_LE(n, data, offset) \ macro
|
H A D | aes.c | 1212 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 D | chachapoly.c | 231 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 D | alignment.h | 672 #define MBEDTLS_PUT_UINT64_LE(n, data, offset) \ macro
|
H A D | aes.c | 1176 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 D | test_suite_alignment.function | 332 MBEDTLS_PUT_UINT64_LE(read, x, offset);
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_alignment.function | 332 MBEDTLS_PUT_UINT64_LE(read, x, offset);
|