Home
last modified time | relevance | path

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

/external/openthread/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()
/external/openthread/src/core/meshcop/
Ddtls.cpp464 Error Dtls::SetPsk(const uint8_t *aPsk, uint8_t aPskLength) in SetPsk()
514 void Dtls::SetPreSharedKey(const uint8_t *aPsk, uint16_t aPskLength, const uint8_t *aPskIdentity, u… in SetPreSharedKey()
/external/openthread/src/core/api/
Dcoap_secure_api.cpp80 uint16_t aPskLength, in otCoapSecureSetPsk()