Searched refs:RTL_DIGEST_CREATE (Results 1 – 1 of 1) sorted by relevance
38 #define RTL_DIGEST_CREATE(T) ((T*)(rtl_allocateZeroMemory(sizeof(T)))) macro394 pImpl = RTL_DIGEST_CREATE(DigestMD2_Impl); in rtl_digest_createMD2()759 pImpl = RTL_DIGEST_CREATE(DigestMD5_Impl); in rtl_digest_createMD5()1236 pImpl = RTL_DIGEST_CREATE(DigestSHA_Impl); in rtl_digest_createSHA()1424 pImpl = RTL_DIGEST_CREATE(DigestSHA_Impl); in rtl_digest_createSHA1()1665 pImpl = RTL_DIGEST_CREATE(DigestHMAC_MD5_Impl); in rtl_digest_createHMAC_MD5()1894 pImpl = RTL_DIGEST_CREATE(DigestHMAC_SHA1_Impl); in rtl_digest_createHMAC_SHA1()
Completed in 24 milliseconds