| QuickCrypt Library | API |
|
SL_DESX_ProcessBlock
void SL_CRYPTCALL SL_DESX_ProcessBlock( const
void* pContext, void* pDestBlock, const void*
pSrcBlock );
Parameters
pContext
[in] Pointer to the context.
pDestBlock
[out] Pointer to the memory block that will receive the result of encryption/decryption.
pSrcBlock
[in] Pointer to the memory block that has to be encrypted/decrypted.
Remarks
Call this function to encrypt/decrypt the first SLC_DESX_BLOCKSIZE bytes of the memory block pointed by pSrcBlock. The result is retrieved in the memory block pointed by pDestBlock.
To perform an in-place encryption/decryption, make pDestBlock equal to pSrcBlock.
Example
|
DESX API Overview | DESX Functions | Useful Links
See Also SL_DESX_Init
| Send Feedback to SlavaSoft Inc. | Tell a friend about QuickCrypt Library |