Lines Matching refs:MBEDTLS_GET_UINT32_BE
106 local.W[ 0] = MBEDTLS_GET_UINT32_BE( data, 0 ); in mbedtls_internal_sha1_process()
107 local.W[ 1] = MBEDTLS_GET_UINT32_BE( data, 4 ); in mbedtls_internal_sha1_process()
108 local.W[ 2] = MBEDTLS_GET_UINT32_BE( data, 8 ); in mbedtls_internal_sha1_process()
109 local.W[ 3] = MBEDTLS_GET_UINT32_BE( data, 12 ); in mbedtls_internal_sha1_process()
110 local.W[ 4] = MBEDTLS_GET_UINT32_BE( data, 16 ); in mbedtls_internal_sha1_process()
111 local.W[ 5] = MBEDTLS_GET_UINT32_BE( data, 20 ); in mbedtls_internal_sha1_process()
112 local.W[ 6] = MBEDTLS_GET_UINT32_BE( data, 24 ); in mbedtls_internal_sha1_process()
113 local.W[ 7] = MBEDTLS_GET_UINT32_BE( data, 28 ); in mbedtls_internal_sha1_process()
114 local.W[ 8] = MBEDTLS_GET_UINT32_BE( data, 32 ); in mbedtls_internal_sha1_process()
115 local.W[ 9] = MBEDTLS_GET_UINT32_BE( data, 36 ); in mbedtls_internal_sha1_process()
116 local.W[10] = MBEDTLS_GET_UINT32_BE( data, 40 ); in mbedtls_internal_sha1_process()
117 local.W[11] = MBEDTLS_GET_UINT32_BE( data, 44 ); in mbedtls_internal_sha1_process()
118 local.W[12] = MBEDTLS_GET_UINT32_BE( data, 48 ); in mbedtls_internal_sha1_process()
119 local.W[13] = MBEDTLS_GET_UINT32_BE( data, 52 ); in mbedtls_internal_sha1_process()
120 local.W[14] = MBEDTLS_GET_UINT32_BE( data, 56 ); in mbedtls_internal_sha1_process()
121 local.W[15] = MBEDTLS_GET_UINT32_BE( data, 60 ); in mbedtls_internal_sha1_process()