OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHA_LONG64
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/sha/
sha.h
164
* Unlike 32-bit digest algorithms, SHA-512 *relies* on
SHA_LONG64
172
#define
SHA_LONG64
unsigned __int64
175
#define
SHA_LONG64
unsigned long
178
#define
SHA_LONG64
unsigned long long
184
SHA_LONG64
h[8];
185
SHA_LONG64
Nl,Nh;
187
SHA_LONG64
d[SHA_LBLOCK];
sha512.c
30
* -
SHA_LONG64
is required to be exactly 64-bit in order to be able to
143
SHA_LONG64
t = c->h[n];
158
SHA_LONG64
t = c->h[n];
182
SHA_LONG64
l;
188
l = (c->Nl+(((
SHA_LONG64
)len)<<3))&U64(0xffffffffffffffff);
190
if (sizeof(len)>=8) c->Nh+=(((
SHA_LONG64
)len)>>61);
264
static const
SHA_LONG64
K512[80] = {
309
# define ROTR(a,n) ({
SHA_LONG64
ret; \
315
# define PULL64(x) ({
SHA_LONG64
ret=*((const
SHA_LONG64
*)(&(x)));
[
all
...]
/external/chromium_org/third_party/openssl/openssl/include/openssl/
sha.h
164
* Unlike 32-bit digest algorithms, SHA-512 *relies* on
SHA_LONG64
172
#define
SHA_LONG64
unsigned __int64
175
#define
SHA_LONG64
unsigned long
178
#define
SHA_LONG64
unsigned long long
184
SHA_LONG64
h[8];
185
SHA_LONG64
Nl,Nh;
187
SHA_LONG64
d[SHA_LBLOCK];
/external/openssl/crypto/sha/
sha.h
164
* Unlike 32-bit digest algorithms, SHA-512 *relies* on
SHA_LONG64
172
#define
SHA_LONG64
unsigned __int64
175
#define
SHA_LONG64
unsigned long
178
#define
SHA_LONG64
unsigned long long
184
SHA_LONG64
h[8];
185
SHA_LONG64
Nl,Nh;
187
SHA_LONG64
d[SHA_LBLOCK];
sha512.c
30
* -
SHA_LONG64
is required to be exactly 64-bit in order to be able to
143
SHA_LONG64
t = c->h[n];
158
SHA_LONG64
t = c->h[n];
182
SHA_LONG64
l;
188
l = (c->Nl+(((
SHA_LONG64
)len)<<3))&U64(0xffffffffffffffff);
190
if (sizeof(len)>=8) c->Nh+=(((
SHA_LONG64
)len)>>61);
264
static const
SHA_LONG64
K512[80] = {
309
# define ROTR(a,n) ({
SHA_LONG64
ret; \
315
# define PULL64(x) ({
SHA_LONG64
ret=*((const
SHA_LONG64
*)(&(x)));
[
all
...]
/external/openssl/include/openssl/
sha.h
164
* Unlike 32-bit digest algorithms, SHA-512 *relies* on
SHA_LONG64
172
#define
SHA_LONG64
unsigned __int64
175
#define
SHA_LONG64
unsigned long
178
#define
SHA_LONG64
unsigned long long
184
SHA_LONG64
h[8];
185
SHA_LONG64
Nl,Nh;
187
SHA_LONG64
d[SHA_LBLOCK];
Completed in 987 milliseconds