Home
last modified time | relevance | path

Searched refs:MD4Context (Results 1 – 25 of 40) sorted by relevance

12

/dports/security/mhash/mhash-0.9.9.9/lib/
H A Dmhash_md4.h6 struct MD4Context { struct
12 void MD4Init(struct MD4Context *context); argument
13 void MD4Update(struct MD4Context *context, mutils_word8 __const *buf, mutils_word32 len);
14 void MD4Final( struct MD4Context *context, mutils_word8 *digest);
17 typedef struct MD4Context MD4_CTX;
H A Dmd4.c43 void MD4Init(struct MD4Context *ctx) in MD4Init()
58 void MD4Update(struct MD4Context *ctx, mutils_word8 __const *buf, mutils_word32 len) in MD4Update()
106 void MD4Final(struct MD4Context *ctx, mutils_word8 *digest) in MD4Final()
/dports/editors/wxhexeditor/wxHexEditor/mhash/lib/
H A Dmhash_md4.h6 struct MD4Context { struct
12 void MD4Init(struct MD4Context *context); argument
13 void MD4Update(struct MD4Context *context, mutils_word8 __const *buf, mutils_word32 len);
14 void MD4Final( struct MD4Context *context, mutils_word8 *digest);
17 typedef struct MD4Context MD4_CTX;
H A Dmd4.c43 void MD4Init(struct MD4Context *ctx) in MD4Init()
58 void MD4Update(struct MD4Context *ctx, mutils_word8 __const *buf, mutils_word32 len) in MD4Update()
106 void MD4Final(struct MD4Context *ctx, mutils_word8 *digest) in MD4Final()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/dbapi/driver/ftds95/freetds/
H A Dmd4.h14 struct MD4Context struct
21 void MD4Init(struct MD4Context *context); argument
22 void MD4Update(struct MD4Context *context, unsigned char const *buf, size_t len);
23 void MD4Final(struct MD4Context *context, unsigned char *digest);
26 typedef struct MD4Context MD4_CTX;
/dports/databases/freetds/freetds-1.3.4/include/freetds/utils/
H A Dmd4.h8 struct MD4Context struct
15 void MD4Init(struct MD4Context *context); argument
16 void MD4Update(struct MD4Context *context, const uint8_t *buf, size_t len);
17 void MD4Final(struct MD4Context *context, uint8_t *digest);
19 typedef struct MD4Context MD4_CTX;
/dports/databases/freetds-devel/freetds-dev.1.3.7/include/freetds/utils/
H A Dmd4.h8 struct MD4Context struct
15 void MD4Init(struct MD4Context *context); argument
16 void MD4Update(struct MD4Context *context, const uint8_t *buf, size_t len);
17 void MD4Final(struct MD4Context *context, uint8_t *digest);
19 typedef struct MD4Context MD4_CTX;
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/dbapi/driver/ftds100/freetds/
H A Dmd4.h13 struct MD4Context struct
20 void MD4Init(struct MD4Context *context); argument
21 void MD4Update(struct MD4Context *context, unsigned char const *buf, size_t len);
22 void MD4Final(struct MD4Context *context, unsigned char *digest);
24 typedef struct MD4Context MD4_CTX;
/dports/net-p2p/amule/aMule-2.3.3/src/utils/aLinkCreator/src/
H A Dmd4.h62 struct MD4Context struct
69 void MD4Init(struct MD4Context *context); argument
70 void MD4Update(struct MD4Context *context,
72 void MD4Final(struct MD4Context *context,
H A Dmd4.cpp67 void MD4::MD4Init(struct MD4Context *ctx) in MD4Init()
78 void MD4::MD4Update(struct MD4Context *ctx, unsigned char const *buf, in MD4Update()
126 void MD4::MD4Final(struct MD4Context *ctx, unsigned char* digest) in MD4Final()
301 MD4Context hdc; in calcMd4FromString()
314 MD4Context hdc; in calcMd4FromFile()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/utils/aLinkCreator/src/
H A Dmd4.h62 struct MD4Context struct
69 void MD4Init(struct MD4Context *context); argument
70 void MD4Update(struct MD4Context *context,
72 void MD4Final(struct MD4Context *context,
H A Dmd4.cpp67 void MD4::MD4Init(struct MD4Context *ctx) in MD4Init()
78 void MD4::MD4Update(struct MD4Context *ctx, unsigned char const *buf, in MD4Update()
126 void MD4::MD4Final(struct MD4Context *ctx, unsigned char* digest) in MD4Final()
301 MD4Context hdc; in calcMd4FromString()
314 MD4Context hdc; in calcMd4FromFile()
/dports/archivers/peazip/peazip-8.1.0.src/
H A Dt_512mb.pas159 MD4Context : THashContext; MD4Digest: TMD4Digest;
182 MD4Init(MD4Context);
194 MD4Update(MD4Context, @buf, sizeof(buf));
207 MD4Final(MD4Context,MD4Digest);
H A Dt_1mio_a.pas33 MD4Context : THashContext; MD4Digest : TMD4Digest;
129 MD4Init(MD4Context);
146 MD4Update(MD4Context,@buf,1000);
163 MD4Final(MD4Context, MD4Digest );
/dports/databases/freetds-devel/freetds-dev.1.3.7/src/utils/
H A Dmd4.c70 MD4Init(struct MD4Context *ctx) in MD4Init()
85 MD4Update(struct MD4Context *ctx, unsigned char const *buf, size_t len) in MD4Update()
130 MD4Final(struct MD4Context *ctx, unsigned char *digest) in MD4Final()
/dports/databases/freetds/freetds-1.3.4/src/utils/
H A Dmd4.c70 MD4Init(struct MD4Context *ctx) in MD4Init()
85 MD4Update(struct MD4Context *ctx, unsigned char const *buf, size_t len) in MD4Update()
130 MD4Final(struct MD4Context *ctx, unsigned char *digest) in MD4Final()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/tds/
H A Dmd4.c73 MD4Init(struct MD4Context *ctx) in MD4Init()
88 MD4Update(struct MD4Context *ctx, unsigned char const *buf, size_t len) in MD4Update()
133 MD4Final(struct MD4Context *ctx, unsigned char *digest) in MD4Final()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/tds/
H A Dmd4.c74 MD4Init(struct MD4Context *ctx) in MD4Init()
89 MD4Update(struct MD4Context *ctx, unsigned char const *buf, size_t len) in MD4Update()
134 MD4Final(struct MD4Context *ctx, unsigned char *digest) in MD4Final()
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dmd4.h42 typedef struct MD4Context { struct
/dports/devel/sunpromake/schily-2021-09-18/include/schily/
H A Dmd4.h34 typedef struct MD4Context { struct
/dports/devel/smake/schily-2021-09-18/include/schily/
H A Dmd4.h34 typedef struct MD4Context { struct
/dports/devel/schilybase/schily-2021-09-18/include/schily/
H A Dmd4.h34 typedef struct MD4Context { struct
/dports/net/rscsi/schily-2021-09-18/include/schily/
H A Dmd4.h34 typedef struct MD4Context { struct
/dports/archivers/star/schily-2021-09-18/include/schily/
H A Dmd4.h34 typedef struct MD4Context { struct
/dports/sysutils/cdrtools/schily-2021-09-18/include/schily/
H A Dmd4.h34 typedef struct MD4Context { struct

12