OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HASH_CBLOCK
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/
md32_common.h
64
*
HASH_CBLOCK
77
* unsigned char data[
HASH_CBLOCK
];
103
* #define
HASH_CBLOCK
MD5_CBLOCK
116
#ifndef
HASH_CBLOCK
117
#error "
HASH_CBLOCK
must be defined!"
304
if (len >=
HASH_CBLOCK
|| len+n >=
HASH_CBLOCK
)
306
memcpy (p+n,data,
HASH_CBLOCK
-n);
308
n =
HASH_CBLOCK
-n;
312
memset (p,0,
HASH_CBLOCK
); /* keep it zeroed *
[
all
...]
/external/openssl/crypto/
md32_common.h
64
*
HASH_CBLOCK
77
* unsigned char data[
HASH_CBLOCK
];
103
* #define
HASH_CBLOCK
MD5_CBLOCK
116
#ifndef
HASH_CBLOCK
117
#error "
HASH_CBLOCK
must be defined!"
304
if (len >=
HASH_CBLOCK
|| len+n >=
HASH_CBLOCK
)
306
memcpy (p+n,data,
HASH_CBLOCK
-n);
308
n =
HASH_CBLOCK
-n;
312
memset (p,0,
HASH_CBLOCK
); /* keep it zeroed *
[
all
...]
/external/chromium_org/third_party/openssl/openssl/crypto/md4/
md4_locl.h
74
#define
HASH_CBLOCK
MD4_CBLOCK
/external/openssl/crypto/md4/
md4_locl.h
74
#define
HASH_CBLOCK
MD4_CBLOCK
/external/chromium_org/third_party/openssl/openssl/crypto/md5/
md5_locl.h
83
#define
HASH_CBLOCK
MD5_CBLOCK
/external/openssl/crypto/md5/
md5_locl.h
83
#define
HASH_CBLOCK
MD5_CBLOCK
/external/mdnsresponder/mDNSCore/
DNSDigest.c
257
#define
HASH_CBLOCK
MD5_CBLOCK
302
*
HASH_CBLOCK
341
* assumed to be
HASH_CBLOCK
/4 if not stated otherwise.
354
* #define
HASH_CBLOCK
MD5_CBLOCK
369
#ifndef
HASH_CBLOCK
370
#error "
HASH_CBLOCK
must be defined!"
404
#define HASH_LBLOCK (
HASH_CBLOCK
/4)
675
if ((c->num+len) >=
HASH_CBLOCK
)
683
len-=(
HASH_CBLOCK
-c->num);
715
sw=(int)(len/
HASH_CBLOCK
);
[
all
...]
/external/chromium_org/third_party/openssl/openssl/crypto/ripemd/
rmd_locl.h
85
#define
HASH_CBLOCK
RIPEMD160_CBLOCK
/external/openssl/crypto/ripemd/
rmd_locl.h
85
#define
HASH_CBLOCK
RIPEMD160_CBLOCK
/external/chromium_org/third_party/openssl/openssl/crypto/sha/
sha256.c
76
#define
HASH_CBLOCK
SHA_CBLOCK
sha_locl.h
69
#define
HASH_CBLOCK
SHA_CBLOCK
/external/openssl/crypto/sha/
sha256.c
76
#define
HASH_CBLOCK
SHA_CBLOCK
sha_locl.h
69
#define
HASH_CBLOCK
SHA_CBLOCK
Completed in 148 milliseconds