Home
last modified time | relevance | path

Searched defs:GetMacSize (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-4.2.5/include/nn/crypto/detail/
Dcrypto_CcmMode.h45 static size_t GetMacSize() { return MAX_MAC_SIZE; } in GetMacSize() function
/CTR-SDK-4.2.5/include/nn/crypto/
Dcrypto_CcmDecryptor.h127 virtual size_t GetMacSize() const { return ImplT::GetMacSize(); } in GetMacSize() function
Dcrypto_CcmEncryptor.h132 virtual size_t GetMacSize() const { return ImplT::GetMacSize(); } in GetMacSize() function