Home
last modified time | relevance | path

Searched refs:CMSG_HASHED_ENCODE_INFO (Results 1 – 4 of 4) sorted by relevance

/reactos/modules/rostests/winetests/crypt32/
H A Dmsg.c318 CMSG_HASHED_ENCODE_INFO hashInfo = { 0 }; in test_data_msg_open()
726 CMSG_HASHED_ENCODE_INFO hashInfo = { 0 }; in test_hash_msg_open()
759 CMSG_HASHED_ENCODE_INFO hashInfo = { sizeof(hashInfo), 0, in test_hash_msg_update()
824 CMSG_HASHED_ENCODE_INFO hashInfo = { sizeof(hashInfo), 0, in test_hash_msg_get_param()
969 CMSG_HASHED_ENCODE_INFO hashInfo = { sizeof(hashInfo), 0 }; in test_hash_msg_encoding()
3212 CMSG_HASHED_ENCODE_INFO hashInfo = { 0 }; in test_msg_control()
/reactos/dll/win32/crypt32/
H A Dmessage.c263 CMSG_HASHED_ENCODE_INFO info; in CryptHashMessage()
H A Dmsg.c552 const CMSG_HASHED_ENCODE_INFO *info = pvMsgEncodeInfo; in CHashEncodeMsg_Open()
556 if (info->cbSize != sizeof(CMSG_HASHED_ENCODE_INFO)) in CHashEncodeMsg_Open()
/reactos/sdk/include/psdk/
H A Dwincrypt.h3851 } CMSG_HASHED_ENCODE_INFO, *PCMSG_HASHED_ENCODE_INFO; typedef