Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/hash/
H A Dbelt-hash.c122 GET_UINT32_LE(a, in, 0); in belt_encrypt()
123 GET_UINT32_LE(b, in, 4); in belt_encrypt()
124 GET_UINT32_LE(c, in, 8); in belt_encrypt()
125 GET_UINT32_LE(d, in, 12); in belt_encrypt()
129 GET_UINT32_LE(key, ks, 4*KIdx[i][0]); in belt_encrypt()
131 GET_UINT32_LE(key, ks, 4*KIdx[i][1]); in belt_encrypt()
133 GET_UINT32_LE(key, ks, 4*KIdx[i][2]); in belt_encrypt()
135 GET_UINT32_LE(key, ks, 4*KIdx[i][3]); in belt_encrypt()
139 GET_UINT32_LE(key, ks, 4*KIdx[i][4]); in belt_encrypt()
141 GET_UINT32_LE(key, ks, 4*KIdx[i][5]); in belt_encrypt()
[all …]
H A Dripemd160.c20 #ifndef GET_UINT32_LE
21 #define GET_UINT32_LE(n, b, i) \ macro
139 GET_UINT32_LE(W[i], data, (4 * i)); in ripemd160_process()
/freebsd/crypto/libecc/src/examples/hash/
H A Dmd4.h29 #ifndef GET_UINT32_LE
30 #define GET_UINT32_LE(n, b, i) \ macro
H A Dsha0.h30 #ifndef GET_UINT32_LE
31 #define GET_UINT32_LE(n, b, i) \ macro
H A Dsha1.h30 #ifndef GET_UINT32_LE
31 #define GET_UINT32_LE(n, b, i) \ macro
H A Dmd5.h30 #ifndef GET_UINT32_LE
31 #define GET_UINT32_LE(n, b, i) \ macro
H A Dgostr34_11_94.h30 #ifndef GET_UINT32_LE
31 #define GET_UINT32_LE(n, b, i) \ macro
H A Dmd5.c57 GET_UINT32_LE(W[i], data, (4 * i)); in md5_process()
H A Dgostr34_11_94.c155 GET_UINT32_LE(sk, k, (4 * (round % 8))); in gostr34_11_94_block_encryption()
158 GET_UINT32_LE(sk, k, (4 * (7 - (round % 8)))); in gostr34_11_94_block_encryption()
H A Dmd4.c49 GET_UINT32_LE(W[i], data, (4 * i)); in md4_process()
/freebsd/crypto/libecc/include/libecc/hash/
H A Dbelt-hash.h23 #ifndef GET_UINT32_LE
24 #define GET_UINT32_LE(n, b, i) \ macro
/freebsd/sys/contrib/ncsw/inc/
H A Dncsw_ext.h74 #define GET_UINT32_LE(arg) \ macro
/freebsd/crypto/libecc/src/sig/
H A Dbip0340.c597 #ifndef GET_UINT32_LE
598 #define GET_UINT32_LE(n, b, i) \ macro
674 GET_UINT32_LE(state[i], key, (4 * (i - 4))); in _bip0340_chacha20_block()
678 GET_UINT32_LE(state[i], nonce, (4 * (i - 13))); in _bip0340_chacha20_block()