| QuickCrypt Library | API |
|
SL_BLOWFISH_ProcessBlock
void SL_CRYPTCALL SL_BLOWFISH_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_BLOWFISH_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
|
Blowfish API Overview | Blowfish Functions | Useful Links
See Also SL_BLOWFISH_Init
| Send Feedback to SlavaSoft Inc. | Tell a friend about QuickCrypt Library |