86
86
It is necessary that LEN is a multiple of 64!!! */
87
87
extern void __md5_process_block (const void *buffer, size_t len,
90
90
/* Starting with the result of former calls of this function (or the
91
91
initialization function update the context for the next LEN bytes
93
93
It is NOT required that LEN is a multiple of 64. */
94
94
extern void __md5_process_bytes (const void *buffer, size_t len,
97
97
/* Process the remaining bytes in the buffer and put result from CTX
98
98
in first 16 bytes following RESBUF. The result is always in little