Home
last modified time | relevance | path

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

/openthread-3.7.0/src/cli/
Dcli_coap_secure.cpp53 , mPskLength(0) in CoapSecure()
684 mPskLength = static_cast<uint8_t>(length); in Process()
685 memcpy(mPsk, aArgs[0].GetCString(), mPskLength); in Process()
692 otCoapSecureSetPsk(GetInstancePtr(), mPsk, mPskLength, mPskId, mPskIdLength); in Process()
Dcli_coap_secure.hpp154 uint8_t mPskLength; member in ot::Cli::CoapSecure
/openthread-3.7.0/src/core/meshcop/
Dsecure_transport.cpp80 , mPskLength(0) in SecureTransport()
383 rval = mbedtls_ssl_set_hs_ecjpake_password(&mSsl, mPsk, mPskLength); in Setup()
525 mPskLength = aPskLength; in SetPsk()
1135 mbedtls_ssl_set_hs_ecjpake_password(&mSsl, mPsk, mPskLength); in Process()
Dsecure_transport.hpp602 uint8_t mPskLength; member in ot::MeshCoP::SecureTransport