Home
last modified time | relevance | path

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

/openthread-latest/src/core/crypto/
Daes_ccm.hpp165 uint8_t GetTagLength(void) const { return mTagLength; } in GetTagLength()
199 uint8_t mTagLength; member in ot::Crypto::AesCcm
Daes_ccm.cpp156 mTagLength = aTagLength; in Init()
272 for (int i = 0; i < mTagLength; i++) in Finalize()