Searched refs:SHA_LONG64 (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/
H A Dsha.h162 * Unlike 32-bit digest algorithms, SHA-512 *relies* on SHA_LONG64
173 # define SHA_LONG64 unsigned __int64 macro
176 # define SHA_LONG64 unsigned long macro
179 # define SHA_LONG64 unsigned long long macro
184 SHA_LONG64 h[8];
185 SHA_LONG64 Nl, Nh;
187 SHA_LONG64 d[SHA_LBLOCK];
H A Dsha512.c30 * - SHA_LONG64 is required to be exactly 64-bit in order to be able to
147 SHA_LONG64 t = c->h[n];
161 SHA_LONG64 t = c->h[n];
188 SHA_LONG64 l;
195 l = (c->Nl + (((SHA_LONG64) len) << 3)) & U64(0xffffffffffffffff);
199 c->Nh += (((SHA_LONG64) len) >> 61);
277 static const SHA_LONG64 K512[80] = {
323 # define ROTR(a,n) ({ SHA_LONG64 ret; \
329 # define PULL64(x) ({ SHA_LONG64 ret=*((const SHA_LONG64 *)(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/
H A Dsha.h154 * Unlike 32-bit digest algorithms, SHA-512 *relies* on SHA_LONG64
162 #define SHA_LONG64 unsigned __int64 macro
165 #define SHA_LONG64 unsigned long macro
168 #define SHA_LONG64 unsigned long long macro
174 SHA_LONG64 h[8];
175 SHA_LONG64 Nl,Nh;
177 SHA_LONG64 d[SHA_LBLOCK];
H A Dsha512.c30 * - SHA_LONG64 is required to be exactly 64-bit in order to be able to
138 SHA_LONG64 t = c->h[n];
153 SHA_LONG64 t = c->h[n];
177 SHA_LONG64 l;
183 l = (c->Nl+(((SHA_LONG64)len)<<3))&U64(0xffffffffffffffff);
185 if (sizeof(len)>=8) c->Nh+=(((SHA_LONG64)len)>>61);
259 static const SHA_LONG64 K512[80] = {
304 # define PULL64(x) ({ SHA_LONG64 ret=*((const SHA_LONG64 *)(&(x))); \
313 #define B(x,j) (((SHA_LONG64)(*(((cons
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dsha.h154 * Unlike 32-bit digest algorithms, SHA-512 *relies* on SHA_LONG64
162 #define SHA_LONG64 unsigned __int64 macro
165 #define SHA_LONG64 unsigned long macro
168 #define SHA_LONG64 unsigned long long macro
174 SHA_LONG64 h[8];
175 SHA_LONG64 Nl,Nh;
177 SHA_LONG64 d[SHA_LBLOCK];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/
H A Dsha.h162 * Unlike 32-bit digest algorithms, SHA-512 *relies* on SHA_LONG64
173 # define SHA_LONG64 unsigned __int64 macro
176 # define SHA_LONG64 unsigned long macro
179 # define SHA_LONG64 unsigned long long macro
184 SHA_LONG64 h[8];
185 SHA_LONG64 Nl, Nh;
187 SHA_LONG64 d[SHA_LBLOCK];
H A Dsha512.c30 * - SHA_LONG64 is required to be exactly 64-bit in order to be able to
147 SHA_LONG64 t = c->h[n];
161 SHA_LONG64 t = c->h[n];
188 SHA_LONG64 l;
195 l = (c->Nl + (((SHA_LONG64) len) << 3)) & U64(0xffffffffffffffff);
199 c->Nh += (((SHA_LONG64) len) >> 61);
277 static const SHA_LONG64 K512[80] = {
323 # define ROTR(a,n) ({ SHA_LONG64 ret; \
329 # define PULL64(x) ({ SHA_LONG64 ret=*((const SHA_LONG64 *)(
[all...]

Completed in 60 milliseconds