OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SHA_LONG
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/sha/
sha.h
79
* !
SHA_LONG
has to be at least 32 bits wide. If it's wider, then !
85
#define
SHA_LONG
unsigned long
87
#define
SHA_LONG
unsigned long
90
#define
SHA_LONG
unsigned int
102
SHA_LONG
h0,h1,h2,h3,h4;
103
SHA_LONG
Nl,Nh;
104
SHA_LONG
data[SHA_LBLOCK];
137
SHA_LONG
h[8];
138
SHA_LONG
Nl,Nh;
139
SHA_LONG
data[SHA_LBLOCK]
[
all
...]
/external/chromium_org/third_party/openssl/openssl/include/openssl/
sha.h
79
* !
SHA_LONG
has to be at least 32 bits wide. If it's wider, then !
85
#define
SHA_LONG
unsigned long
87
#define
SHA_LONG
unsigned long
90
#define
SHA_LONG
unsigned int
102
SHA_LONG
h0,h1,h2,h3,h4;
103
SHA_LONG
Nl,Nh;
104
SHA_LONG
data[SHA_LBLOCK];
137
SHA_LONG
h[8];
138
SHA_LONG
Nl,Nh;
139
SHA_LONG
data[SHA_LBLOCK]
[
all
...]
/external/openssl/crypto/sha/
sha.h
79
* !
SHA_LONG
has to be at least 32 bits wide. If it's wider, then !
85
#define
SHA_LONG
unsigned long
87
#define
SHA_LONG
unsigned long
90
#define
SHA_LONG
unsigned int
102
SHA_LONG
h0,h1,h2,h3,h4;
103
SHA_LONG
Nl,Nh;
104
SHA_LONG
data[SHA_LBLOCK];
137
SHA_LONG
h[8];
138
SHA_LONG
Nl,Nh;
139
SHA_LONG
data[SHA_LBLOCK]
[
all
...]
/external/openssl/include/openssl/
sha.h
79
* !
SHA_LONG
has to be at least 32 bits wide. If it's wider, then !
85
#define
SHA_LONG
unsigned long
87
#define
SHA_LONG
unsigned long
90
#define
SHA_LONG
unsigned int
102
SHA_LONG
h0,h1,h2,h3,h4;
103
SHA_LONG
Nl,Nh;
104
SHA_LONG
data[SHA_LBLOCK];
137
SHA_LONG
h[8];
138
SHA_LONG
Nl,Nh;
139
SHA_LONG
data[SHA_LBLOCK]
[
all
...]
Completed in 2311 milliseconds