nn::crypto::CtrDecryptor::Initialize Member Function
virtual void Initialize(
const BlockCipher & c,
const void * pIv,
size_t ivSize
);
| Name | Description | |
|---|---|---|
| in | c | Instance of the block cipher implementation used in decryption. |
| in | pIv | Pointer to the buffer storing the IV. |
| in | ivSize | IV size in bytes. |
Initializes decryption.
See the Decryptor::Initialize function for details.
CONFIDENTIAL