Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/examples/hash/
H A Dmd5.h21 #ifndef GET_UINT32_BE
22 #define GET_UINT32_BE(n, b, i) \ macro
H A Dmd4.h20 #ifndef GET_UINT32_BE
21 #define GET_UINT32_BE(n, b, i) \ macro
H A Dsha0.h21 #ifndef GET_UINT32_BE
22 #define GET_UINT32_BE(n, b, i) \ macro
H A Dsha1.h21 #ifndef GET_UINT32_BE
22 #define GET_UINT32_BE(n, b, i) \ macro
H A Dgostr34_11_94.h21 #ifndef GET_UINT32_BE
22 #define GET_UINT32_BE(n, b, i) \ macro
H A Dgostr34_11_94.c146 GET_UINT32_BE(L_i, p, 0); in gostr34_11_94_block_encryption()
147 GET_UINT32_BE(R_i, p, 4); in gostr34_11_94_block_encryption()
H A Dsha0.c60 GET_UINT32_BE(W[i], data, (4 * i)); in sha0_process()
H A Dsha1.c60 GET_UINT32_BE(W[i], data, (4 * i)); in sha1_process()
/freebsd/crypto/libecc/src/hash/
H A Dsm3.c19 #ifndef GET_UINT32_BE
20 #define GET_UINT32_BE(n, b, i) \ macro
96 GET_UINT32_BE(W[j], data, 4 * j); in sm3_process()
H A Dsha224.c44 GET_UINT32_BE(W[i], data, 4 * i); in sha224_process()
H A Dsha256.c44 GET_UINT32_BE(W[i], data, 4 * i); in sha256_process()
/freebsd/crypto/libecc/include/libecc/hash/
H A Dsha2.h52 #ifndef GET_UINT32_BE
53 #define GET_UINT32_BE(n, b, i) \ macro