nn::crypto::CtrEncryptor::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 encryption.
See the Encryptor::Initialize function for details.
CONFIDENTIAL