nn::crypto::CtrDecryptor::Update Member Function
virtual size_t Update(
void * pDst,
size_t dstSize,
const void * pSrc,
size_t srcSize
);
| Name | Description | |
|---|---|---|
| out | pDst | Pointer to the buffer storing the decryption results. |
| in | dstSize | Size of the buffer specified by pDst. |
| in | pSrc | Pointer to the buffer storing the ciphertext. |
| in | srcSize | Ciphertext size in bytes. |
Decrypts.
See the Decryptor::Update function for details.
CONFIDENTIAL