MCPcopy Create free account
hub / github.com/TASEmulators/fceux / md5_starts

Function md5_starts

src/utils/md5.cpp:31–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void md5_starts( struct md5_context *ctx )
32{
33 ctx->total[0] = 0;
34 ctx->total[1] = 0;
35 ctx->state[0] = 0x67452301;
36 ctx->state[1] = 0xEFCDAB89;
37 ctx->state[2] = 0x98BADCFE;
38 ctx->state[3] = 0x10325476;
39}
40
41void md5_process( struct md5_context *ctx, uint8 data[64] )
42{

Callers 7

SubLoadFunction · 0.50
UNIFLoadFunction · 0.50
iNESLoadFunction · 0.50
FCEUD_NetworkConnectFunction · 0.50
FCEUD_NetworkConnectFunction · 0.50
FCEUD_NetworkConnectFunction · 0.50
FCEUD_NetworkConnectFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected