OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HASH_LONG
(Results
1 - 7
of
7
) sorted by null
/external/openssl/crypto/
md32_common.h
66
*
HASH_LONG
74
*
HASH_LONG
Nl,Nh;
76
*
HASH_LONG
data[HASH_LBLOCK];
100
* #define
HASH_LONG
MD5_LONG
119
#ifndef
HASH_LONG
120
#error "
HASH_LONG
must be defined!"
286
HASH_LONG
l;
291
l=(c->Nl+(((
HASH_LONG
)len)<<3))&0xffffffffUL;
296
c->Nh+=(
HASH_LONG
)(len>>29); /* might cause compiler warning on 16-bit */
/external/openssl/crypto/md4/
md4_locl.h
72
#define
HASH_LONG
MD4_LONG
/external/openssl/crypto/md5/
md5_locl.h
81
#define
HASH_LONG
MD5_LONG
/external/openssl/crypto/ripemd/
rmd_locl.h
83
#define
HASH_LONG
RIPEMD160_LONG
/external/mdnsresponder/mDNSCore/
DNSDigest.c
254
#define
HASH_LONG
mDNSu32
304
*
HASH_LONG
312
*
HASH_LONG
Nl,Nh;
313
*
HASH_LONG
data[HASH_LBLOCK];
351
* #define
HASH_LONG
mDNSu32
372
#ifndef
HASH_LONG
373
#error "
HASH_LONG
must be defined!"
494
#if HASH_LONG_LOG2==2 /* Engage only if sizeof(
HASH_LONG
)== 4 */
499
l=*(const
HASH_LONG
*)(a), \
505
l=*(const
HASH_LONG
*)(a),
[
all
...]
/external/openssl/crypto/sha/
sha256.c
74
#define
HASH_LONG
SHA_LONG
sha_locl.h
67
#define
HASH_LONG
SHA_LONG
Completed in 506 milliseconds