Home
last modified time | relevance | path

Searched refs:GetBlockSize (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.5/include/nn/crypto/
Dcrypto_BlockCipher.h52 virtual size_t GetBlockSize() const = 0;
Dcrypto_Aes.h73 virtual size_t GetBlockSize() const { return BLOCK_SIZE; } in GetBlockSize() function