Home
last modified time | relevance | path

Searched refs:MD4_CTX (Results 1 – 11 of 11) sorted by relevance

/third_party/curl/lib/
Dmd4.c56 typedef struct md4_ctx MD4_CTX; typedef
58 static void MD4_Init(MD4_CTX *ctx) in MD4_Init()
63 static void MD4_Update(MD4_CTX *ctx, const void *data, unsigned long size) in MD4_Update()
68 static void MD4_Final(unsigned char *result, MD4_CTX *ctx) in MD4_Final()
91 typedef CC_MD4_CTX MD4_CTX; typedef
93 static void MD4_Init(MD4_CTX *ctx) in MD4_Init()
98 static void MD4_Update(MD4_CTX *ctx, const void *data, unsigned long size) in MD4_Update()
103 static void MD4_Final(unsigned char *result, MD4_CTX *ctx) in MD4_Final()
121 typedef struct md4_ctx MD4_CTX; typedef
123 static void MD4_Init(MD4_CTX *ctx) in MD4_Init()
[all …]
/third_party/openssl/include/openssl/
Dmd4.h38 } MD4_CTX; typedef
40 int MD4_Init(MD4_CTX *c);
41 int MD4_Update(MD4_CTX *c, const void *data, size_t len);
42 int MD4_Final(unsigned char *md, MD4_CTX *c);
44 void MD4_Transform(MD4_CTX *c, const unsigned char *b);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dmd4-internal.c21 } MD4_CTX; typedef
24 static void MD4Init(MD4_CTX *ctx);
25 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len);
26 static void MD4Final(unsigned char digest[MD4_DIGEST_LENGTH], MD4_CTX *ctx);
31 MD4_CTX ctx; in md4_vector()
98 static void MD4Init(MD4_CTX *ctx) in MD4Init()
111 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len) in MD4Update()
148 static void MD4Pad(MD4_CTX *ctx) in MD4Pad()
168 static void MD4Final(unsigned char digest[MD4_DIGEST_LENGTH], MD4_CTX *ctx) in MD4Final()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dmd4-internal.c21 } MD4_CTX; typedef
24 static void MD4Init(MD4_CTX *ctx);
25 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len);
26 static void MD4Final(unsigned char digest[MD4_DIGEST_LENGTH], MD4_CTX *ctx);
31 MD4_CTX ctx; in md4_vector()
98 static void MD4Init(MD4_CTX *ctx) in MD4Init()
111 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len) in MD4Update()
148 static void MD4Pad(MD4_CTX *ctx) in MD4Pad()
168 static void MD4Final(unsigned char digest[MD4_DIGEST_LENGTH], MD4_CTX *ctx) in MD4Final()
/third_party/openssl/doc/man3/
DMD5.pod23 int MD4_Init(MD4_CTX *c);
24 int MD4_Update(MD4_CTX *c, const void *data, unsigned long len);
25 int MD4_Final(unsigned char *md, MD4_CTX *c);
58 MD5_Final() are analogous using an B<MD4_CTX> and B<MD5_CTX> structure.
/third_party/openssl/crypto/md4/
Dmd4_local.h15 void md4_block_data_order(MD4_CTX *c, const void *p, size_t num);
20 #define HASH_CTX MD4_CTX
Dmd4_one.c21 MD4_CTX c; in MD4()
Dmd4_dgst.c23 int MD4_Init(MD4_CTX *c) in MD4_Init()
37 void md4_block_data_order(MD4_CTX *c, const void *data_, size_t num) in md4_block_data_order()
/third_party/openssl/crypto/evp/
Dm_md4.c48 sizeof(EVP_MD *) + sizeof(MD4_CTX),
/third_party/openssl/util/
Dindent.pro274 -T MD4_CTX
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py801 MD4_CTX = MD4state_st variable