/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/chromium_org/third_party/openssl/openssl/crypto/evp/ |
m_md4.c | 67 #include <openssl/md4.h>
|
/external/chromium_org/third_party/openssl/openssl/crypto/md4/ |
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)
|
md4test.c | 1 /* crypto/md4/md4test.c */ 68 printf("No MD4 support\n"); 73 #include <openssl/md4.h> 113 printf("error calculating MD4 on '%s'\n",*P);
|
md4.c | 1 /* crypto/md4/md4.c */ 61 #include <openssl/md4.h> 91 printf("MD4(%s)= ",argv[i]);
|
md4s.cpp | 35 #include <openssl/md4.h> 74 printf("md4 (%d bytes) %d %d (%.2f)\n",num,
|
md4_locl.h | 1 /* crypto/md4/md4_locl.h */ 62 #include <openssl/md4.h>
|
/external/openssl/crypto/evp/ |
m_md4.c | 67 #include <openssl/md4.h>
|
/external/openssl/crypto/md4/ |
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)
|
md4test.c | 1 /* crypto/md4/md4test.c */ 68 printf("No MD4 support\n"); 73 #include <openssl/md4.h> 113 printf("error calculating MD4 on '%s'\n",*P);
|
md4.c | 1 /* crypto/md4/md4.c */ 61 #include <openssl/md4.h> 91 printf("MD4(%s)= ",argv[i]);
|
md4s.cpp | 35 #include <openssl/md4.h> 74 printf("md4 (%d bytes) %d %d (%.2f)\n",num,
|
md4_locl.h | 1 /* crypto/md4/md4_locl.h */ 62 #include <openssl/md4.h>
|
/external/wpa_supplicant_8/src/crypto/ |
Makefile | 33 md4-internal.o \
|
/external/ppp/pppd/ |
Makefile.linux | 15 ecp.c ipxcp.c auth.c options.c sys-linux.c md4.c chap_ms.c \ 87 PPPDOBJS += md4.o chap_ms.o 88 HEADERS += md4.h chap_ms.h
|
/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/libppp/src/ |
chap_ms.c | 46 #include <md4.h> 243 * Hash the password with MD4 385 /* passwordHash 16-bytes MD4 hashed password
|
/external/dropbear/libtomcrypt/ |
Android.mk | 26 src/hashes/helper/hash_memory.c src/hashes/helper/hash_memory_multi.c src/hashes/md2.c src/hashes/md4.c \
|
/external/chromium_org/third_party/openssl/openssl/ |
Crypto-config.mk | 360 crypto/md4/md4_dgst.c \ 361 crypto/md4/md4_one.c \
|
/external/openssl/ |
Crypto-config.mk | 357 crypto/md4/md4_dgst.c \ 358 crypto/md4/md4_one.c \
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
speed.c | 138 #include <openssl/md4.h> 251 "md2","mdc2","md4","md5","hmac(md5)","sha1","rmd160","rc4", 383 unsigned char md4[MD4_DIGEST_LENGTH]; local 790 if (strcmp(*argv,"md4") == 0) doit[D_MD4]=1; 1019 BIO_printf(bio_err,"md4 "); [all...] |
/external/openssl/apps/ |
speed.c | 138 #include <openssl/md4.h> 251 "md2","mdc2","md4","md5","hmac(md5)","sha1","rmd160","rc4", 383 unsigned char md4[MD4_DIGEST_LENGTH]; local 790 if (strcmp(*argv,"md4") == 0) doit[D_MD4]=1; 1019 BIO_printf(bio_err,"md4 "); [all...] |
/external/chromium/ |
Android.mk | 278 net/http/md4.cc \
|
/external/chromium_org/third_party/openssl/ |
openssl.target.darwin-arm.mk | 358 third_party/openssl/openssl/crypto/md4/md4_dgst.c \ 359 third_party/openssl/openssl/crypto/md4/md4_one.c \ [all...] |
openssl.target.darwin-mips.mk | 357 third_party/openssl/openssl/crypto/md4/md4_dgst.c \ 358 third_party/openssl/openssl/crypto/md4/md4_one.c \ [all...] |