Searched refs:States (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DMd5.h28 UINT32 States[MD5_HASHSIZE / sizeof (UINT32)]; member in struct:_MD5_CTX
H A DMd5.c197 CopyMem (MedStates, Md5Ctx->States, MD5_HASHSIZE);
215 Md5Ctx->States[Index1] += MedStates[Index1];
222 immediately and the generated Md5 code is stored in the States field of MD5_CTX
271 Md5Ctx->States[0] = 0x67452301;
272 Md5Ctx->States[1] = 0xefcdab89;
273 Md5Ctx->States[2] = 0x98badcfe;
274 Md5Ctx->States[3] = 0x10325476;
329 CopyMem (HashVal, (UINT8 *) Md5Ctx->States, MD5_HASHSIZE);

Completed in 55 milliseconds