Searched defs:SetPsk (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/openthread/src/core/coap/ | ||
H A D | coap_secure.hpp | 204 Error SetPsk(const uint8_t *aPsk, uint8_t aPskLength) { return mDtls.SetPsk(aPsk, aPskLength); } in SetPsk() function in ot::Coap::CoapSecure |
H A D | coap_secure.cpp | 112 void CoapSecure::SetPsk(const MeshCoP::JoinerPskd &aPskd) in SetPsk() function in ot::Coap::CoapSecure |
/aosp_15_r20/external/openthread/src/core/radio/ | ||
H A D | ble_secure.hpp | 196 Error SetPsk(const uint8_t *aPsk, uint8_t aPskLength) { return mTls.SetPsk(aPsk, aPskLength); } in SetPsk() function in ot::Ble::BleSecure |
H A D | ble_secure.cpp | 167 void BleSecure::SetPsk(const MeshCoP::JoinerPskd &aPskd) in SetPsk() function in ot::Ble::BleSecure |
/aosp_15_r20/external/openthread/src/core/meshcop/ | ||
H A D | secure_transport.cpp | 516 Error SecureTransport::SetPsk(const uint8_t *aPsk, uint8_t aPskLength) in SetPsk() function in ot::MeshCoP::SecureTransport |