Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/coap/
Dcoap_secure.hpp176 Error SetPsk(const uint8_t *aPsk, uint8_t aPskLength) { return mDtls.SetPsk(aPsk, aPskLength); } in SetPsk()
200 …void SetPreSharedKey(const uint8_t *aPsk, uint16_t aPskLength, const uint8_t *aPskIdentity, uint16… in SetPreSharedKey()
/openthread-2.7.6/src/core/meshcop/
Ddtls.cpp439 Error Dtls::SetPsk(const uint8_t *aPsk, uint8_t aPskLength) in SetPsk()
489 void Dtls::SetPreSharedKey(const uint8_t *aPsk, uint16_t aPskLength, const uint8_t *aPskIdentity, u… in SetPreSharedKey()
/openthread-2.7.6/src/core/api/
Dcoap_secure_api.cpp83 const uint8_t *aPsk, in otCoapSecureSetPsk()