Home
last modified time | relevance | path

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

/openthread-3.6.0/tests/unit/
Dtest_aes.cpp75 VerifyOrQuit(aesCcm.GetTagLength() == tagLength); in TestMacBeaconFrame()
82 VerifyOrQuit(aesCcm.GetTagLength() == tagLength); in TestMacBeaconFrame()
137 VerifyOrQuit(aesCcm.GetTagLength() == kTagLength); in TestMacCommandFrame()
144 VerifyOrQuit(aesCcm.GetTagLength() == kTagLength); in TestMacCommandFrame()
160 VerifyOrQuit(aesCcm.GetTagLength() == kTagLength); in TestMacCommandFrame()
/openthread-3.6.0/src/core/crypto/
Daes_ccm.hpp177 uint8_t GetTagLength(void) const { return mTagLength; } in GetTagLength() function in ot::Crypto::AesCcm