/external/openssl/crypto/md4/ |
md4.h | 1 /* crypto/md4/md4.h */ 70 #error MD4 is disabled. 114 unsigned char *MD4(const unsigned char *d, size_t n, unsigned char *md);
|
md4_one.c | 1 /* crypto/md4/md4_one.c */ 61 #include <openssl/md4.h> 68 unsigned char *MD4(const unsigned char *d, size_t n, unsigned char *md)
|
md4_dgst.c | 1 /* crypto/md4/md4_dgst.c */ 68 const char MD4_version[]="MD4" OPENSSL_VERSION_PTEXT; 70 /* Implemented from RFC1186 The MD4 Message-Digest Algorithm 78 FIPS_NON_FIPS_MD_Init(MD4)
|
/external/openssl/include/openssl/ |
md4.h | 1 /* crypto/md4/md4.h */ 70 #error MD4 is disabled. 114 unsigned char *MD4(const unsigned char *d, size_t n, unsigned char *md);
|
/external/dropbear/libtomcrypt/demos/ |
hashsum.c | 77 #ifdef MD4
|
tv_gen.c | 63 #ifdef MD4
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_hash.h | 34 #ifdef MD4 125 #ifdef MD4 126 struct md4_state md4; member in union:Hash_state 265 #ifdef MD4
|
/external/openssl/crypto/ |
install.com | 45 MD2,MD4,MD5,SHA,MDC2,HMAC,RIPEMD,- 56 $ EXHEADER_MD4 := md4.h
|
/external/dropbear/libtomcrypt/src/prngs/ |
yarrow.c | 108 #elif defined(MD4)
|
/external/dropbear/libtomcrypt/src/hashes/ |
md4.c | 14 @param md4.c 18 #ifdef MD4 22 "md4", 51 /* F, G and H are basic MD4 functions. */ 85 a = md->md4.state[0]; 86 b = md->md4.state[1]; 87 c = md->md4.state[2]; 88 d = md->md4.state[3]; 151 md->md4.state[0] = md->md4.state[0] + a [all...] |
/external/dropbear/libtomcrypt/testprof/ |
x86_prof.c | 189 #ifdef MD4 [all...] |
/external/dropbear/libtomcrypt/ |
crypt.tex | [all...] |