Home
last modified time | relevance | path

Searched refs:BlockSize (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-4.2.5/include/nn/crypto/detail/
Dcrypto_CtrMode.h28 template <size_t BlockSize>
32 static const size_t BLOCK_SIZE = BlockSize;
33 static const size_t IV_SIZE = BlockSize;
/CTR-SDK-4.2.5/include/nn/crypto/
Dcrypto_CtrEncryptor.h43 template <size_t BlockSize>
47 typedef detail::CtrMode<BlockSize> ImplT;
170 CtrEncryptor<BlockSize> e; in Encrypt()
Dcrypto_CtrDecryptor.h43 template <size_t BlockSize>
47 typedef detail::CtrMode<BlockSize> ImplT;
171 CtrDecryptor<BlockSize> e; in Decrypt()
/CTR-SDK-4.2.5/include/nn/gr/CTR/
Dgr_FrameBuffer.h43 enum BlockSize enum
76 BlockSize blockSize;