Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsha256.c27 #define GET_UINT32(n, b, i) \ macro
65 GET_UINT32(W[0], data, 0); in sha256_process()
66 GET_UINT32(W[1], data, 4); in sha256_process()
67 GET_UINT32(W[2], data, 8); in sha256_process()
68 GET_UINT32(W[3], data, 12); in sha256_process()
69 GET_UINT32(W[4], data, 16); in sha256_process()
70 GET_UINT32(W[5], data, 20); in sha256_process()
71 GET_UINT32(W[6], data, 24); in sha256_process()
72 GET_UINT32(W[7], data, 28); in sha256_process()
73 GET_UINT32(W[8], data, 32); in sha256_process()
[all …]