Home
last modified time | relevance | path

Searched refs:aTagLength (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/crypto/
Daes_ccm.cpp61 uint8_t aTagLength, in Init() argument
72 …OT_ASSERT(((aTagLength & 0x1) == 0) && (kMinTagLength <= aTagLength) && (aTagLength <= kMaxTagLeng… in Init()
106 …atic_cast<uint8_t>((aHeaderLength != 0) << 6) | static_cast<uint8_t>(((aTagLength - 2) >> 1) << 3)… in Init()
156 mTagLength = aTagLength; in Init()
Daes_ccm.hpp110 uint8_t aTagLength,
/openthread-latest/src/core/api/
Dcrypto_api.cpp56 uint8_t aTagLength, in otCryptoAesCcm() argument
75 aesCcm.Init(aHeaderLength, aLength, aTagLength, aNonce, aNonceLength); in otCryptoAesCcm()
/openthread-latest/include/openthread/
Dcrypto.h91 uint8_t aTagLength,