Home
last modified time | relevance | path

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

/openthread-latest/src/core/crypto/
Daes_ccm.hpp65 static constexpr uint8_t kMaxTagLength = AesEcb::kBlockSize; ///< Maximum tag length (in bytes). member in ot::Crypto::AesCcm
Daes_ccm.cpp72 …SSERT(((aTagLength & 0x1) == 0) && (kMinTagLength <= aTagLength) && (aTagLength <= kMaxTagLength)); in Init()