Home
last modified time | relevance | path

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

/external/openthread/src/core/crypto/
Daes_ccm.hpp177 uint8_t GetTagLength(void) const { return mTagLength; } in GetTagLength()
213 uint8_t mTagLength; member in ot::Crypto::AesCcm
Daes_ccm.cpp158 mTagLength = aTagLength; in Init()
274 for (int i = 0; i < mTagLength; i++) in Finalize()