Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/crypto/
Daes_ccm.hpp66 static constexpr uint8_t kMinTagLength = 4; ///< Minimum tag length (in bytes). member in ot::Crypto::AesCcm
Daes_ccm.cpp72 …OT_ASSERT(((aTagLength & 0x1) == 0) && (kMinTagLength <= aTagLength) && (aTagLength <= kMaxTagLeng… in Init()