Home
last modified time | relevance | path

Searched defs:aPskLength (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.cpp73 uint16_t aPskLength, in otBleSecureSetPsk()
Dcoap_secure_api.cpp92 uint16_t aPskLength, in otCoapSecureSetPsk()
/openthread-latest/src/core/meshcop/
Dsecure_transport.cpp827 Error SecureTransport::SetPsk(const uint8_t *aPsk, uint8_t aPskLength) in SetPsk()
1181 uint16_t aPskLength, in SetPreSharedKey()
Dborder_agent.cpp119 Error BorderAgent::Start(uint16_t aUdpPort, const uint8_t *aPsk, uint8_t aPskLength) in Start()