Home
last modified time | relevance | path

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

/openthread-latest/src/core/radio/
Dble_secure.hpp185 Error SetPsk(const uint8_t *aPsk, uint8_t aPskLength) { return mTls.SetPsk(aPsk, aPskLength); } in SetPsk()
/openthread-latest/src/core/api/
Dble_secure_api.cpp72 const uint8_t *aPsk, in otBleSecureSetPsk()
Dcoap_secure_api.cpp91 const uint8_t *aPsk, in otCoapSecureSetPsk()
/openthread-latest/src/core/meshcop/
Dsecure_transport.cpp827 Error SecureTransport::SetPsk(const uint8_t *aPsk, uint8_t aPskLength) in SetPsk()
1180 void SecureTransport::Extension::SetPreSharedKey(const uint8_t *aPsk, in SetPreSharedKey()
Dborder_agent.cpp119 Error BorderAgent::Start(uint16_t aUdpPort, const uint8_t *aPsk, uint8_t aPskLength) in Start()