Symbol: SHA_LONG64
crypto/libressl/crypto/sha/sha512.c
140
SHA_LONG64 t = c->h[n];
crypto/libressl/crypto/sha/sha512.c
155
SHA_LONG64 t = c->h[n];
crypto/libressl/crypto/sha/sha512.c
179
SHA_LONG64 l;
crypto/libressl/crypto/sha/sha512.c
185
l = (c->Nl+(((SHA_LONG64)len)<<3))&U64(0xffffffffffffffff);
crypto/libressl/crypto/sha/sha512.c
187
if (sizeof(len)>=8) c->Nh+=(((SHA_LONG64)len)>>61);
crypto/libressl/crypto/sha/sha512.c
268
static const SHA_LONG64 K512[80] = {
crypto/libressl/crypto/sha/sha512.c
312
# define ROTR(a,n) ({ SHA_LONG64 ret; \
crypto/libressl/crypto/sha/sha512.c
317
# define PULL64(x) ({ SHA_LONG64 ret=*((const SHA_LONG64 *)(&(x))); \
crypto/libressl/crypto/sha/sha512.c
327
((SHA_LONG64)hi)<<32|lo; })
crypto/libressl/crypto/sha/sha512.c
329
# define ROTR(a,n) ({ SHA_LONG64 ret; \
crypto/libressl/crypto/sha/sha512.c
337
#define B(x,j) (((SHA_LONG64)(*(((const unsigned char *)(&x))+j)))<<((7-j)*8))
crypto/libressl/crypto/sha/sha512.c
361
const SHA_LONG64 *W=in;
crypto/libressl/crypto/sha/sha512.c
362
SHA_LONG64 A,E,T;
crypto/libressl/crypto/sha/sha512.c
363
SHA_LONG64 X[9+80],*F;
crypto/libressl/crypto/sha/sha512.c
412
const SHA_LONG64 *W=in;
crypto/libressl/crypto/sha/sha512.c
413
SHA_LONG64 a,b,c,d,e,f,g,h,s0,s1,T1,T2;
crypto/libressl/crypto/sha/sha512.c
414
SHA_LONG64 X[16];
crypto/libressl/crypto/sha/sha512.c
469
const SHA_LONG64 *W=in;
crypto/libressl/crypto/sha/sha512.c
470
SHA_LONG64 a,b,c,d,e,f,g,h,s0,s1,T1;
crypto/libressl/crypto/sha/sha512.c
471
SHA_LONG64 X[16];
crypto/libressl/include/openssl/sha.h
162
SHA_LONG64 h[8];
crypto/libressl/include/openssl/sha.h
163
SHA_LONG64 Nl,Nh;
crypto/libressl/include/openssl/sha.h
165
SHA_LONG64 d[SHA_LBLOCK];
crypto/libressl/ssl/s3_cbc.c
339
#define LARGEST_DIGEST_CTX_ALIGNMENT SHA_LONG64