meillo@164: void hmac_md5( meillo@164: unsigned char* text, /* pointer to the message */ meillo@164: int textlen, /* length of the message */ meillo@164: unsigned char* key, /* pointer to the authentication key */ meillo@164: int keylen, /* length of the key */ meillo@164: unsigned char* digest /* pointer to allocated memory to store the computed HMAC */ meillo@164: );