Lines Matching full:transformation
236 DESCRIPTION: Implementation of basic MD5 transformation algorithm
240 DWORD S : MD5_SXX Transformation constant
241 DWORD T : MD5_TXX Transformation constant
256 DESCRIPTION: Implementation of basic MD5 transformation algorithm
260 DWORD S : MD5_SXX Transformation constant
261 DWORD T : MD5_TXX Transformation constant
276 DESCRIPTION: Implementation of basic MD5 transformation algorithm
280 DWORD S : MD5_SXX Transformation constant
281 DWORD T : MD5_TXX Transformation constant
296 DESCRIPTION: Implementation of basic MD5 transformation algorithm
300 DWORD S : MD5_SXX Transformation constant
301 DWORD T : MD5_TXX Transformation constant
347 DESCRIPTION: MD5 basic transformation algorithm; transforms 'm_lMD5'
350 NOTES: An MD5 checksum is calculated by four rounds of 'Transformation'.
352 transformation process with data passed in 'Block'.
366 //Perform Round 1 of the transformation in Transform()
384 //Perform Round 2 of the transformation in Transform()
402 //Perform Round 3 of the transformation in Transform()
420 //Perform Round 4 of the transformation in Transform()