Home
last modified time | relevance | path

Searched refs:GET_UINT32_BE (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/scripts/
H A Dresource_tool.c26 #ifndef GET_UINT32_BE
27 #define GET_UINT32_BE(n, b, i) \ macro
64 GET_UINT32_BE(W[0], data, 0); in sha1_process()
65 GET_UINT32_BE(W[1], data, 4); in sha1_process()
66 GET_UINT32_BE(W[2], data, 8); in sha1_process()
67 GET_UINT32_BE(W[3], data, 12); in sha1_process()
68 GET_UINT32_BE(W[4], data, 16); in sha1_process()
69 GET_UINT32_BE(W[5], data, 20); in sha1_process()
70 GET_UINT32_BE(W[6], data, 24); in sha1_process()
71 GET_UINT32_BE( in sha1_process()
[all...]
/device/soc/rockchip/rk3588/kernel/scripts/
H A Dresource_tool.c29 #ifndef GET_UINT32_BE
30 #define GET_UINT32_BE(n,b,i) { \ macro
66 GET_UINT32_BE (W[0], data, 0); in sha1_process()
67 GET_UINT32_BE (W[1], data, 4); in sha1_process()
68 GET_UINT32_BE (W[2], data, 8); in sha1_process()
69 GET_UINT32_BE (W[3], data, 12); in sha1_process()
70 GET_UINT32_BE (W[4], data, 16); in sha1_process()
71 GET_UINT32_BE (W[5], data, 20); in sha1_process()
72 GET_UINT32_BE (W[6], data, 24); in sha1_process()
73 GET_UINT32_BE ( in sha1_process()
[all...]

Completed in 3 milliseconds