Home
last modified time | relevance | path

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

/openthread-latest/src/core/meshcop/
Dsecure_transport.cpp1126 static_cast<size_t>(mPrivateKeyLength), nullptr, 0, in SetSecureKeys()
1130 static_cast<size_t>(mPrivateKeyLength), nullptr, 0); in SetSecureKeys()
1154 mEcdheEcdsaInfo.mPrivateKeyLength = aPrivateKeyLength; in SetCertificate()
Dsecure_transport.hpp543 uint32_t mPrivateKeyLength; member