Searched refs:GetBlockSize (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/crypto/ | ||
| D | crypto_BlockCipher.h | 52 virtual size_t GetBlockSize() const = 0; |
| D | crypto_Aes.h | 73 virtual size_t GetBlockSize() const { return BLOCK_SIZE; } in GetBlockSize() function |