Home
last modified time | relevance | path

Searched refs:MBEDTLS_PUT_UINT32_LE (Results 1 – 9 of 9) sorted by relevance

/mbedtls-development/library/
A Dpsa_crypto_storage.c259 MBEDTLS_PUT_UINT32_LE( 0, storage_format->version, 0 ); in psa_format_key_data_for_storage()
260 MBEDTLS_PUT_UINT32_LE( attr->lifetime, storage_format->lifetime, 0 ); in psa_format_key_data_for_storage()
263 MBEDTLS_PUT_UINT32_LE( attr->policy.usage, storage_format->policy, 0 ); in psa_format_key_data_for_storage()
264 MBEDTLS_PUT_UINT32_LE( attr->policy.alg, storage_format->policy, sizeof( uint32_t ) ); in psa_format_key_data_for_storage()
265 MBEDTLS_PUT_UINT32_LE( attr->policy.alg2, storage_format->policy, 2 * sizeof( uint32_t ) ); in psa_format_key_data_for_storage()
266 MBEDTLS_PUT_UINT32_LE( data_length, storage_format->data_len, 0 ); in psa_format_key_data_for_storage()
A Dmd5.c310 MBEDTLS_PUT_UINT32_LE( low, ctx->buffer, 56 ); in mbedtls_md5_finish()
311 MBEDTLS_PUT_UINT32_LE( high, ctx->buffer, 60 ); in mbedtls_md5_finish()
319 MBEDTLS_PUT_UINT32_LE( ctx->state[0], output, 0 ); in mbedtls_md5_finish()
320 MBEDTLS_PUT_UINT32_LE( ctx->state[1], output, 4 ); in mbedtls_md5_finish()
321 MBEDTLS_PUT_UINT32_LE( ctx->state[2], output, 8 ); in mbedtls_md5_finish()
322 MBEDTLS_PUT_UINT32_LE( ctx->state[3], output, 12 ); in mbedtls_md5_finish()
A Dpoly1305.c253 MBEDTLS_PUT_UINT32_LE( acc0, mac, 0 ); in poly1305_compute_mac()
254 MBEDTLS_PUT_UINT32_LE( acc1, mac, 4 ); in poly1305_compute_mac()
255 MBEDTLS_PUT_UINT32_LE( acc2, mac, 8 ); in poly1305_compute_mac()
256 MBEDTLS_PUT_UINT32_LE( acc3, mac, 12 ); in poly1305_compute_mac()
A Dripemd160.c357 MBEDTLS_PUT_UINT32_LE( low, msglen, 0 ); in mbedtls_ripemd160_finish()
358 MBEDTLS_PUT_UINT32_LE( high, msglen, 4 ); in mbedtls_ripemd160_finish()
371 MBEDTLS_PUT_UINT32_LE( ctx->state[0], output, 0 ); in mbedtls_ripemd160_finish()
372 MBEDTLS_PUT_UINT32_LE( ctx->state[1], output, 4 ); in mbedtls_ripemd160_finish()
373 MBEDTLS_PUT_UINT32_LE( ctx->state[2], output, 8 ); in mbedtls_ripemd160_finish()
374 MBEDTLS_PUT_UINT32_LE( ctx->state[3], output, 12 ); in mbedtls_ripemd160_finish()
375 MBEDTLS_PUT_UINT32_LE( ctx->state[4], output, 16 ); in mbedtls_ripemd160_finish()
A Dpsa_its_file.c194 MBEDTLS_PUT_UINT32_LE( data_length, header.size, 0 ); in psa_its_set()
195 MBEDTLS_PUT_UINT32_LE( create_flags, header.flags, 0 ); in psa_its_set()
A Dcommon.h151 #ifndef MBEDTLS_PUT_UINT32_LE
152 #define MBEDTLS_PUT_UINT32_LE( n, data, offset ) \ macro
A Daria.c563 MBEDTLS_PUT_UINT32_LE( a, output, 0 ); in mbedtls_aria_crypt_ecb()
564 MBEDTLS_PUT_UINT32_LE( b, output, 4 ); in mbedtls_aria_crypt_ecb()
565 MBEDTLS_PUT_UINT32_LE( c, output, 8 ); in mbedtls_aria_crypt_ecb()
566 MBEDTLS_PUT_UINT32_LE( d, output, 12 ); in mbedtls_aria_crypt_ecb()
A Daes.c890 MBEDTLS_PUT_UINT32_LE( t.X[0], output, 0 ); in mbedtls_internal_aes_encrypt()
891 MBEDTLS_PUT_UINT32_LE( t.X[1], output, 4 ); in mbedtls_internal_aes_encrypt()
892 MBEDTLS_PUT_UINT32_LE( t.X[2], output, 8 ); in mbedtls_internal_aes_encrypt()
893 MBEDTLS_PUT_UINT32_LE( t.X[3], output, 12 ); in mbedtls_internal_aes_encrypt()
954 MBEDTLS_PUT_UINT32_LE( t.X[0], output, 0 ); in mbedtls_internal_aes_decrypt()
955 MBEDTLS_PUT_UINT32_LE( t.X[1], output, 4 ); in mbedtls_internal_aes_decrypt()
956 MBEDTLS_PUT_UINT32_LE( t.X[2], output, 8 ); in mbedtls_internal_aes_decrypt()
957 MBEDTLS_PUT_UINT32_LE( t.X[3], output, 12 ); in mbedtls_internal_aes_decrypt()
A Dchacha20.c167 MBEDTLS_PUT_UINT32_LE(working_state[i], keystream, offset); in chacha20_block()

Completed in 14 milliseconds