![]() |
MD5Update | Function (ROM Call 0x255) |
rsa.h |
void MD5Update (MD5_CTX *context, unsigned char *input, unsigned long InputLen); |
Process a message block using MD5 algorithm.
MD5Update performs a MD5 block update operation. It continues an MD5 message-digest operation, by processing InputLen-byte length message block pointed to by input, and by updating the MD5 context pointed to by context. MD5Update may be called as many times as necessary, so the message may be processed in blocks.