/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | psa_crypto_storage.c | 246 MBEDTLS_PUT_UINT32_LE(0, storage_format->version, 0); in psa_format_key_data_for_storage() 247 MBEDTLS_PUT_UINT32_LE(attr->lifetime, storage_format->lifetime, 0); in psa_format_key_data_for_storage() 250 MBEDTLS_PUT_UINT32_LE(attr->policy.usage, storage_format->policy, 0); in psa_format_key_data_for_storage() 251 MBEDTLS_PUT_UINT32_LE(attr->policy.alg, storage_format->policy, sizeof(uint32_t)); in psa_format_key_data_for_storage() 252 MBEDTLS_PUT_UINT32_LE(attr->policy.alg2, storage_format->policy, 2 * sizeof(uint32_t)); in psa_format_key_data_for_storage() 253 MBEDTLS_PUT_UINT32_LE(data_length, storage_format->data_len, 0); in psa_format_key_data_for_storage()
|
H A D | md5.c | 290 MBEDTLS_PUT_UINT32_LE(low, ctx->buffer, 56); in mbedtls_md5_finish() 291 MBEDTLS_PUT_UINT32_LE(high, ctx->buffer, 60); in mbedtls_md5_finish() 300 MBEDTLS_PUT_UINT32_LE(ctx->state[0], output, 0); in mbedtls_md5_finish() 301 MBEDTLS_PUT_UINT32_LE(ctx->state[1], output, 4); in mbedtls_md5_finish() 302 MBEDTLS_PUT_UINT32_LE(ctx->state[2], output, 8); in mbedtls_md5_finish() 303 MBEDTLS_PUT_UINT32_LE(ctx->state[3], output, 12); in mbedtls_md5_finish()
|
H A D | ripemd160.c | 339 MBEDTLS_PUT_UINT32_LE(low, msglen, 0); in mbedtls_ripemd160_finish() 340 MBEDTLS_PUT_UINT32_LE(high, msglen, 4); in mbedtls_ripemd160_finish() 355 MBEDTLS_PUT_UINT32_LE(ctx->state[0], output, 0); in mbedtls_ripemd160_finish() 356 MBEDTLS_PUT_UINT32_LE(ctx->state[1], output, 4); in mbedtls_ripemd160_finish() 357 MBEDTLS_PUT_UINT32_LE(ctx->state[2], output, 8); in mbedtls_ripemd160_finish() 358 MBEDTLS_PUT_UINT32_LE(ctx->state[3], output, 12); in mbedtls_ripemd160_finish() 359 MBEDTLS_PUT_UINT32_LE(ctx->state[4], output, 16); in mbedtls_ripemd160_finish()
|
H A D | poly1305.c | 222 MBEDTLS_PUT_UINT32_LE(acc0, mac, 0); in poly1305_compute_mac() 223 MBEDTLS_PUT_UINT32_LE(acc1, mac, 4); in poly1305_compute_mac() 224 MBEDTLS_PUT_UINT32_LE(acc2, mac, 8); in poly1305_compute_mac() 225 MBEDTLS_PUT_UINT32_LE(acc3, mac, 12); in poly1305_compute_mac()
|
H A D | aria.c | 484 MBEDTLS_PUT_UINT32_LE(a, output, 0); in mbedtls_aria_crypt_ecb() 485 MBEDTLS_PUT_UINT32_LE(b, output, 4); in mbedtls_aria_crypt_ecb() 486 MBEDTLS_PUT_UINT32_LE(c, output, 8); in mbedtls_aria_crypt_ecb() 487 MBEDTLS_PUT_UINT32_LE(d, output, 12); in mbedtls_aria_crypt_ecb()
|
H A D | psa_its_file.c | 191 MBEDTLS_PUT_UINT32_LE(data_length, header.size, 0); in psa_its_set() 192 MBEDTLS_PUT_UINT32_LE(create_flags, header.flags, 0); in psa_its_set()
|
H A D | aes.c | 930 MBEDTLS_PUT_UINT32_LE(t.X[0], output, 0); in mbedtls_internal_aes_encrypt() 931 MBEDTLS_PUT_UINT32_LE(t.X[1], output, 4); in mbedtls_internal_aes_encrypt() 932 MBEDTLS_PUT_UINT32_LE(t.X[2], output, 8); in mbedtls_internal_aes_encrypt() 933 MBEDTLS_PUT_UINT32_LE(t.X[3], output, 12); in mbedtls_internal_aes_encrypt() 992 MBEDTLS_PUT_UINT32_LE(t.X[0], output, 0); in mbedtls_internal_aes_decrypt() 993 MBEDTLS_PUT_UINT32_LE(t.X[1], output, 4); in mbedtls_internal_aes_decrypt() 994 MBEDTLS_PUT_UINT32_LE(t.X[2], output, 8); in mbedtls_internal_aes_decrypt() 995 MBEDTLS_PUT_UINT32_LE(t.X[3], output, 12); in mbedtls_internal_aes_decrypt()
|
H A D | chacha20.c | 137 MBEDTLS_PUT_UINT32_LE(working_state[i], keystream, offset); in chacha20_block()
|
H A D | alignment.h | 464 #define MBEDTLS_PUT_UINT32_LE(n, data, offset) \ macro
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | psa_crypto_storage.c | 246 MBEDTLS_PUT_UINT32_LE(0, storage_format->version, 0); in psa_format_key_data_for_storage() 247 MBEDTLS_PUT_UINT32_LE(attr->lifetime, storage_format->lifetime, 0); in psa_format_key_data_for_storage() 250 MBEDTLS_PUT_UINT32_LE(attr->policy.usage, storage_format->policy, 0); in psa_format_key_data_for_storage() 251 MBEDTLS_PUT_UINT32_LE(attr->policy.alg, storage_format->policy, sizeof(uint32_t)); in psa_format_key_data_for_storage() 252 MBEDTLS_PUT_UINT32_LE(attr->policy.alg2, storage_format->policy, 2 * sizeof(uint32_t)); in psa_format_key_data_for_storage() 253 MBEDTLS_PUT_UINT32_LE(data_length, storage_format->data_len, 0); in psa_format_key_data_for_storage()
|
H A D | md5.c | 290 MBEDTLS_PUT_UINT32_LE(low, ctx->buffer, 56); in mbedtls_md5_finish() 291 MBEDTLS_PUT_UINT32_LE(high, ctx->buffer, 60); in mbedtls_md5_finish() 300 MBEDTLS_PUT_UINT32_LE(ctx->state[0], output, 0); in mbedtls_md5_finish() 301 MBEDTLS_PUT_UINT32_LE(ctx->state[1], output, 4); in mbedtls_md5_finish() 302 MBEDTLS_PUT_UINT32_LE(ctx->state[2], output, 8); in mbedtls_md5_finish() 303 MBEDTLS_PUT_UINT32_LE(ctx->state[3], output, 12); in mbedtls_md5_finish()
|
H A D | ripemd160.c | 339 MBEDTLS_PUT_UINT32_LE(low, msglen, 0); in mbedtls_ripemd160_finish() 340 MBEDTLS_PUT_UINT32_LE(high, msglen, 4); in mbedtls_ripemd160_finish() 355 MBEDTLS_PUT_UINT32_LE(ctx->state[0], output, 0); in mbedtls_ripemd160_finish() 356 MBEDTLS_PUT_UINT32_LE(ctx->state[1], output, 4); in mbedtls_ripemd160_finish() 357 MBEDTLS_PUT_UINT32_LE(ctx->state[2], output, 8); in mbedtls_ripemd160_finish() 358 MBEDTLS_PUT_UINT32_LE(ctx->state[3], output, 12); in mbedtls_ripemd160_finish() 359 MBEDTLS_PUT_UINT32_LE(ctx->state[4], output, 16); in mbedtls_ripemd160_finish()
|
H A D | poly1305.c | 222 MBEDTLS_PUT_UINT32_LE(acc0, mac, 0); in poly1305_compute_mac() 223 MBEDTLS_PUT_UINT32_LE(acc1, mac, 4); in poly1305_compute_mac() 224 MBEDTLS_PUT_UINT32_LE(acc2, mac, 8); in poly1305_compute_mac() 225 MBEDTLS_PUT_UINT32_LE(acc3, mac, 12); in poly1305_compute_mac()
|
H A D | aria.c | 495 MBEDTLS_PUT_UINT32_LE(a, output, 0); in mbedtls_aria_crypt_ecb() 496 MBEDTLS_PUT_UINT32_LE(b, output, 4); in mbedtls_aria_crypt_ecb() 497 MBEDTLS_PUT_UINT32_LE(c, output, 8); in mbedtls_aria_crypt_ecb() 498 MBEDTLS_PUT_UINT32_LE(d, output, 12); in mbedtls_aria_crypt_ecb()
|
H A D | psa_its_file.c | 196 MBEDTLS_PUT_UINT32_LE(data_length, header.size, 0); in psa_its_set() 197 MBEDTLS_PUT_UINT32_LE(create_flags, header.flags, 0); in psa_its_set()
|
H A D | aes.c | 966 MBEDTLS_PUT_UINT32_LE(t.X[0], output, 0); in mbedtls_internal_aes_encrypt() 967 MBEDTLS_PUT_UINT32_LE(t.X[1], output, 4); in mbedtls_internal_aes_encrypt() 968 MBEDTLS_PUT_UINT32_LE(t.X[2], output, 8); in mbedtls_internal_aes_encrypt() 969 MBEDTLS_PUT_UINT32_LE(t.X[3], output, 12); in mbedtls_internal_aes_encrypt() 1028 MBEDTLS_PUT_UINT32_LE(t.X[0], output, 0); in mbedtls_internal_aes_decrypt() 1029 MBEDTLS_PUT_UINT32_LE(t.X[1], output, 4); in mbedtls_internal_aes_decrypt() 1030 MBEDTLS_PUT_UINT32_LE(t.X[2], output, 8); in mbedtls_internal_aes_decrypt() 1031 MBEDTLS_PUT_UINT32_LE(t.X[3], output, 12); in mbedtls_internal_aes_decrypt()
|
H A D | alignment.h | 289 #define MBEDTLS_PUT_UINT32_LE(n, data, offset) \ macro
|
H A D | chacha20.c | 137 MBEDTLS_PUT_UINT32_LE(working_state[i], keystream, offset); in chacha20_block()
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_alignment.function | 329 MBEDTLS_PUT_UINT32_LE(read, x, offset);
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_alignment.function | 329 MBEDTLS_PUT_UINT32_LE(read, x, offset);
|