|
FreeRDP
|
Functions | |
| void | hmac_md5_init (WINPR_HMAC_MD5_CTX *ctx, const unsigned char *key, size_t key_len) |
| void | hmac_md5_update (WINPR_HMAC_MD5_CTX *ctx, const unsigned char *text, size_t text_len) |
| void | hmac_md5_finalize (WINPR_HMAC_MD5_CTX *ctx, unsigned char *hmac) |
| void hmac_md5_finalize | ( | WINPR_HMAC_MD5_CTX * | ctx, |
| unsigned char * | hmac | ||
| ) |


| void hmac_md5_init | ( | WINPR_HMAC_MD5_CTX * | ctx, |
| const unsigned char * | key, | ||
| size_t | key_len | ||
| ) |


| void hmac_md5_update | ( | WINPR_HMAC_MD5_CTX * | ctx, |
| const unsigned char * | text, | ||
| size_t | text_len | ||
| ) |

