Home
last modified time | relevance | path

Searched refs:cbToBeEncrypted (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/crypt32/
H A Dmessage.c523 const BYTE *pbToBeEncrypted, DWORD cbToBeEncrypted, BYTE *pbEncryptedBlob, in CryptEncryptMessage() argument
533 rgpRecipientCert, pbToBeEncrypted, cbToBeEncrypted, pbEncryptedBlob, in CryptEncryptMessage()
571 ret = CryptMsgUpdate(msg, pbToBeEncrypted, cbToBeEncrypted, TRUE); in CryptEncryptMessage()
/reactos/sdk/include/psdk/
H A Dwincrypt.h5918 _In_reads_bytes_opt_(cbToBeEncrypted) const BYTE *pbToBeEncrypted,
5919 _In_ DWORD cbToBeEncrypted,