Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Dhash_md5.c30 #ifndef GET_UINT32_LE
31 #define GET_UINT32_LE(n,b,i) \ macro
88 GET_UINT32_LE( X[ 0], data, 0 ); in mbedtls_md5_process()
89 GET_UINT32_LE( X[ 1], data, 4 ); in mbedtls_md5_process()
90 GET_UINT32_LE( X[ 2], data, 8 ); in mbedtls_md5_process()
91 GET_UINT32_LE( X[ 3], data, 12 ); in mbedtls_md5_process()
92 GET_UINT32_LE( X[ 4], data, 16 ); in mbedtls_md5_process()
93 GET_UINT32_LE( X[ 5], data, 20 ); in mbedtls_md5_process()
94 GET_UINT32_LE( X[ 6], data, 24 ); in mbedtls_md5_process()
95 GET_UINT32_LE( X[ 7], data, 28 ); in mbedtls_md5_process()
[all …]