Searched refs:SetPsk (Results 1 – 7 of 7) sorted by relevance
176 Error SetPsk(const uint8_t *aPsk, uint8_t aPskLength) { return mDtls.SetPsk(aPsk, aPskLength); } in SetPsk() function in ot::Coap::CoapSecure184 void SetPsk(const MeshCoP::JoinerPskd &aPskd);
101 void CoapSecure::SetPsk(const MeshCoP::JoinerPskd &aPskd) in SetPsk() function in ot::Coap::CoapSecure111 … error = mDtls.SetPsk(reinterpret_cast<const uint8_t *>(aPskd.GetAsCString()), aPskd.GetLength()); in SetPsk()
210 Error SetPsk(const uint8_t *aPsk, uint8_t aPskLength);
159 Get<Coap::CoapSecure>().SetPsk(joinerPskd); in Start()
439 Error Dtls::SetPsk(const uint8_t *aPsk, uint8_t aPskLength) in SetPsk() function in ot::MeshCoP::Dtls
590 SuccessOrExit(error = coaps.SetPsk(Get<KeyManager>().GetPskc().m8, OT_PSKC_MAX_SIZE)); in Start()
1020 Get<Coap::CoapSecure>().SetPsk(joiner->mPskd); in HandleRelayReceive()