Searched defs:SetPsk (Results 1 – 3 of 3) sorted by relevance
/external/openthread/src/core/coap/ | ||
D | coap_secure.hpp | 176 Error SetPsk(const uint8_t *aPsk, uint8_t aPskLength) { return mDtls.SetPsk(aPsk, aPskLength); } in SetPsk() function in ot::Coap::CoapSecure |
D | coap_secure.cpp | 103 void CoapSecure::SetPsk(const MeshCoP::JoinerPskd &aPskd) in SetPsk() function in ot::Coap::CoapSecure |
/external/openthread/src/core/meshcop/ | ||
D | dtls.cpp | 464 Error Dtls::SetPsk(const uint8_t *aPsk, uint8_t aPskLength) in SetPsk() function in ot::MeshCoP::Dtls |