OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MD5_CBLOCK
(Results
1 - 7
of
7
) sorted by null
/external/openssl/crypto/md5/
md5.h
96
#define
MD5_CBLOCK
64
97
#define MD5_LBLOCK (
MD5_CBLOCK
/4)
md5_locl.h
83
#define HASH_CBLOCK
MD5_CBLOCK
/external/openssl/include/openssl/
md5.h
96
#define
MD5_CBLOCK
64
97
#define MD5_LBLOCK (
MD5_CBLOCK
/4)
/external/openssl/crypto/evp/
e_rc4_hmac_md5.c
122
md5_off =
MD5_CBLOCK
-key->md.num,
135
if (rc4_off>md5_off) md5_off+=
MD5_CBLOCK
;
137
if (plen>md5_off && (blocks=(plen-md5_off)/
MD5_CBLOCK
) &&
144
blocks *=
MD5_CBLOCK
;
175
if (md5_off>rc4_off) rc4_off += 2*
MD5_CBLOCK
;
176
else rc4_off +=
MD5_CBLOCK
;
178
if (len>rc4_off && (blocks=(len-rc4_off)/
MD5_CBLOCK
) &&
185
blocks *=
MD5_CBLOCK
;
m_md5.c
94
MD5_CBLOCK
,
openbsd_hw.c
77
#define
MD5_CBLOCK
64
438
MD5_CBLOCK
,
/external/mdnsresponder/mDNSCore/
DNSDigest.c
200
#define
MD5_CBLOCK
64
201
#define MD5_LBLOCK (
MD5_CBLOCK
/4)
257
#define HASH_CBLOCK
MD5_CBLOCK
354
* #define HASH_CBLOCK
MD5_CBLOCK
[
all
...]
Completed in 106 milliseconds