Home
last modified time | relevance | path

Searched refs:PUT_UINT32_LE (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/linksdk/components/ota/
A Dota_md5.c17 #ifndef PUT_UINT32_LE
18 #define PUT_UINT32_LE(n,b,i) \ macro
281 PUT_UINT32_LE(low, ctx->buffer, 56); in utils_md5_finish()
282 PUT_UINT32_LE(high, ctx->buffer, 60); in utils_md5_finish()
291 PUT_UINT32_LE(ctx->state[0], output, 0); in utils_md5_finish()
292 PUT_UINT32_LE(ctx->state[1], output, 4); in utils_md5_finish()
293 PUT_UINT32_LE(ctx->state[2], output, 8); in utils_md5_finish()
294 PUT_UINT32_LE(ctx->state[3], output, 12); in utils_md5_finish()
/AliOS-Things-master/components/mbedtls/library/
A Dmd4.c65 #ifndef PUT_UINT32_LE
66 #define PUT_UINT32_LE(n,b,i) \ macro
319 PUT_UINT32_LE( low, msglen, 0 ); in mbedtls_md4_finish_ret()
320 PUT_UINT32_LE( high, msglen, 4 ); in mbedtls_md4_finish_ret()
333 PUT_UINT32_LE( ctx->state[0], output, 0 ); in mbedtls_md4_finish_ret()
334 PUT_UINT32_LE( ctx->state[1], output, 4 ); in mbedtls_md4_finish_ret()
335 PUT_UINT32_LE( ctx->state[2], output, 8 ); in mbedtls_md4_finish_ret()
336 PUT_UINT32_LE( ctx->state[3], output, 12 ); in mbedtls_md4_finish_ret()
A Dmd5.c64 #ifndef PUT_UINT32_LE
65 #define PUT_UINT32_LE(n,b,i) \ macro
352 PUT_UINT32_LE( low, ctx->buffer, 56 ); in mbedtls_md5_finish_ret()
353 PUT_UINT32_LE( high, ctx->buffer, 60 ); in mbedtls_md5_finish_ret()
361 PUT_UINT32_LE( ctx->state[0], output, 0 ); in mbedtls_md5_finish_ret()
362 PUT_UINT32_LE( ctx->state[1], output, 4 ); in mbedtls_md5_finish_ret()
363 PUT_UINT32_LE( ctx->state[2], output, 8 ); in mbedtls_md5_finish_ret()
364 PUT_UINT32_LE( ctx->state[3], output, 12 ); in mbedtls_md5_finish_ret()
A Dripemd160.c65 #ifndef PUT_UINT32_LE
66 #define PUT_UINT32_LE(n,b,i) \ macro
395 PUT_UINT32_LE( low, msglen, 0 ); in mbedtls_ripemd160_finish_ret()
396 PUT_UINT32_LE( high, msglen, 4 ); in mbedtls_ripemd160_finish_ret()
409 PUT_UINT32_LE( ctx->state[0], output, 0 ); in mbedtls_ripemd160_finish_ret()
410 PUT_UINT32_LE( ctx->state[1], output, 4 ); in mbedtls_ripemd160_finish_ret()
411 PUT_UINT32_LE( ctx->state[2], output, 8 ); in mbedtls_ripemd160_finish_ret()
412 PUT_UINT32_LE( ctx->state[3], output, 12 ); in mbedtls_ripemd160_finish_ret()
413 PUT_UINT32_LE( ctx->state[4], output, 16 ); in mbedtls_ripemd160_finish_ret()
A Daria.c77 #ifndef PUT_UINT32_LE
78 #define PUT_UINT32_LE( n, b, i ) \ macro
591 PUT_UINT32_LE( a, output, 0 ); in mbedtls_aria_crypt_ecb()
592 PUT_UINT32_LE( b, output, 4 ); in mbedtls_aria_crypt_ecb()
593 PUT_UINT32_LE( c, output, 8 ); in mbedtls_aria_crypt_ecb()
594 PUT_UINT32_LE( d, output, 12 ); in mbedtls_aria_crypt_ecb()
A Daes.c78 #ifndef PUT_UINT32_LE
79 #define PUT_UINT32_LE(n,b,i) \ macro
914 PUT_UINT32_LE( X0, output, 0 ); in mbedtls_internal_aes_encrypt()
915 PUT_UINT32_LE( X1, output, 4 ); in mbedtls_internal_aes_encrypt()
916 PUT_UINT32_LE( X2, output, 8 ); in mbedtls_internal_aes_encrypt()
917 PUT_UINT32_LE( X3, output, 12 ); in mbedtls_internal_aes_encrypt()
982 PUT_UINT32_LE( X0, output, 0 ); in mbedtls_internal_aes_decrypt()
983 PUT_UINT32_LE( X1, output, 4 ); in mbedtls_internal_aes_decrypt()
984 PUT_UINT32_LE( X2, output, 8 ); in mbedtls_internal_aes_decrypt()
985 PUT_UINT32_LE( X3, output, 12 ); in mbedtls_internal_aes_decrypt()
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_aes.c46 #ifndef PUT_UINT32_LE
47 #define PUT_UINT32_LE(n, b, i) \ macro
721 PUT_UINT32_LE(X0, output, 0); in infra_aes_internal_aes_encrypt()
722 PUT_UINT32_LE(X1, output, 4); in infra_aes_internal_aes_encrypt()
723 PUT_UINT32_LE(X2, output, 8); in infra_aes_internal_aes_encrypt()
724 PUT_UINT32_LE(X3, output, 12); in infra_aes_internal_aes_encrypt()
779 PUT_UINT32_LE(X0, output, 0); in infra_aes_internal_aes_decrypt()
780 PUT_UINT32_LE(X1, output, 4); in infra_aes_internal_aes_decrypt()
781 PUT_UINT32_LE(X2, output, 8); in infra_aes_internal_aes_decrypt()
782 PUT_UINT32_LE(X3, output, 12); in infra_aes_internal_aes_decrypt()

Completed in 15 milliseconds