Home
last modified time | relevance | path

Searched defs:SetPsk (Results 1 – 3 of 3) sorted by relevance

/external/openthread/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
Dcoap_secure.cpp103 void CoapSecure::SetPsk(const MeshCoP::JoinerPskd &aPskd) in SetPsk() function in ot::Coap::CoapSecure
/external/openthread/src/core/meshcop/
Ddtls.cpp464 Error Dtls::SetPsk(const uint8_t *aPsk, uint8_t aPskLength) in SetPsk() function in ot::MeshCoP::Dtls