Searched refs:mPskLength (Results 1 – 4 of 4) sorted by relevance
/openthread-3.7.0/src/cli/ |
D | cli_coap_secure.cpp | 53 , 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()
|
D | cli_coap_secure.hpp | 154 uint8_t mPskLength; member in ot::Cli::CoapSecure
|
/openthread-3.7.0/src/core/meshcop/ |
D | secure_transport.cpp | 80 , 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()
|
D | secure_transport.hpp | 602 uint8_t mPskLength; member in ot::MeshCoP::SecureTransport
|