Home
last modified time | relevance | path

Searched defs:aPskLength (Results 1 – 6 of 6) sorted by relevance

/openthread-3.7.0/src/core/coap/
Dcoap_secure.hpp207 Error SetPsk(const uint8_t *aPsk, uint8_t aPskLength) { return mDtls.SetPsk(aPsk, aPskLength); } in SetPsk()
231 …void SetPreSharedKey(const uint8_t *aPsk, uint16_t aPskLength, const uint8_t *aPskIdentity, uint16… in SetPreSharedKey()
/openthread-3.7.0/src/core/radio/
Dble_secure.hpp196 Error SetPsk(const uint8_t *aPsk, uint8_t aPskLength) { return mTls.SetPsk(aPsk, aPskLength); } in SetPsk()
218 …void SetPreSharedKey(const uint8_t *aPsk, uint16_t aPskLength, const uint8_t *aPskIdentity, uint16… in SetPreSharedKey()
/openthread-3.7.0/src/core/api/
Dble_secure_api.cpp73 uint16_t aPskLength, in otBleSecureSetPsk()
Dcoap_secure_api.cpp85 uint16_t aPskLength, in otCoapSecureSetPsk()
/openthread-3.7.0/src/core/meshcop/
Dsecure_transport.cpp518 Error SecureTransport::SetPsk(const uint8_t *aPsk, uint8_t aPskLength) in SetPsk()
577 uint16_t aPskLength, in SetPreSharedKey()
Dborder_agent.cpp637 Error BorderAgent::Start(uint16_t aUdpPort, const uint8_t *aPsk, uint8_t aPskLength) in Start()