Searched defs:aPsk (Results 1 – 3 of 3) sorted by relevance
/openthread-2.7.6/src/core/coap/ |
D | coap_secure.hpp | 176 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/ |
D | dtls.cpp | 439 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/ |
D | coap_secure_api.cpp | 83 const uint8_t *aPsk, in otCoapSecureSetPsk()
|