nn::crypto::BlockCipher::SetKey Member Function
virtual void SetKey(
const void * pKey,
size_t keySize
) = 0;
| Name | Description | |
|---|---|---|
| in | pKey | Pointer to the key data. |
| in | keySize | Size in bytes of the key data pointed to by pKey. |
Sets the key.
Sets the key used for encryption and/or decryption.
CONFIDENTIAL