Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Dhash_md5.c40 #ifndef PUT_UINT32_LE
41 #define PUT_UINT32_LE(n,b,i) \ macro
270 PUT_UINT32_LE( low, msglen, 0 ); in mbedtls_md5_finish()
271 PUT_UINT32_LE( high, msglen, 4 ); in mbedtls_md5_finish()
279 PUT_UINT32_LE( ctx->state[0], output, 0 ); in mbedtls_md5_finish()
280 PUT_UINT32_LE( ctx->state[1], output, 4 ); in mbedtls_md5_finish()
281 PUT_UINT32_LE( ctx->state[2], output, 8 ); in mbedtls_md5_finish()
282 PUT_UINT32_LE( ctx->state[3], output, 12 ); in mbedtls_md5_finish()