Home
last modified time | relevance | path

Searched refs:SetPsk (Results 1 – 7 of 7) sorted by relevance

/openthread-2.7.6/src/core/coap/
Dcoap_secure.hpp176 Error SetPsk(const uint8_t *aPsk, uint8_t aPskLength) { return mDtls.SetPsk(aPsk, aPskLength); } in SetPsk() function in ot::Coap::CoapSecure
184 void SetPsk(const MeshCoP::JoinerPskd &aPskd);
Dcoap_secure.cpp101 void CoapSecure::SetPsk(const MeshCoP::JoinerPskd &aPskd) in SetPsk() function in ot::Coap::CoapSecure
111 … error = mDtls.SetPsk(reinterpret_cast<const uint8_t *>(aPskd.GetAsCString()), aPskd.GetLength()); in SetPsk()
/openthread-2.7.6/src/core/meshcop/
Ddtls.hpp210 Error SetPsk(const uint8_t *aPsk, uint8_t aPskLength);
Djoiner.cpp159 Get<Coap::CoapSecure>().SetPsk(joinerPskd); in Start()
Ddtls.cpp439 Error Dtls::SetPsk(const uint8_t *aPsk, uint8_t aPskLength) in SetPsk() function in ot::MeshCoP::Dtls
Dborder_agent.cpp590 SuccessOrExit(error = coaps.SetPsk(Get<KeyManager>().GetPskc().m8, OT_PSKC_MAX_SIZE)); in Start()
Dcommissioner.cpp1020 Get<Coap::CoapSecure>().SetPsk(joiner->mPskd); in HandleRelayReceive()