Searched refs:hmac_info (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/rsaenh/ |
H A D | rsaenh.c | 550 static inline void free_hmac_info(PHMAC_INFO hmac_info) { in free_hmac_info() argument 551 if (!hmac_info) return; in free_hmac_info() 552 HeapFree(GetProcessHeap(), 0, hmac_info->pbInnerString); in free_hmac_info() 553 HeapFree(GetProcessHeap(), 0, hmac_info->pbOuterString); in free_hmac_info() 554 HeapFree(GetProcessHeap(), 0, hmac_info); in free_hmac_info()
|
/reactos/modules/rostests/winetests/rsaenh/ |
H A D | rsaenh.c | 2800 HMAC_INFO hmac_info = { CALG_SHA1, 0 }; in test_import_hmac() local 2806 result = CryptSetHashParam(hash, HP_HMAC_INFO, (BYTE *)&hmac_info, 0); in test_import_hmac()
|