Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/coap/
H A Dcoap_secure.hpp204 Error SetPsk(const uint8_t *aPsk, uint8_t aPskLength) { return mDtls.SetPsk(aPsk, aPskLength); } in SetPsk() function in ot::Coap::CoapSecure
H A Dcoap_secure.cpp112 void CoapSecure::SetPsk(const MeshCoP::JoinerPskd &aPskd) in SetPsk() function in ot::Coap::CoapSecure
/aosp_15_r20/external/openthread/src/core/radio/
H A Dble_secure.hpp196 Error SetPsk(const uint8_t *aPsk, uint8_t aPskLength) { return mTls.SetPsk(aPsk, aPskLength); } in SetPsk() function in ot::Ble::BleSecure
H A Dble_secure.cpp167 void BleSecure::SetPsk(const MeshCoP::JoinerPskd &aPskd) in SetPsk() function in ot::Ble::BleSecure
/aosp_15_r20/external/openthread/src/core/meshcop/
H A Dsecure_transport.cpp516 Error SecureTransport::SetPsk(const uint8_t *aPsk, uint8_t aPskLength) in SetPsk() function in ot::MeshCoP::SecureTransport