Home
last modified time | relevance | path

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

/external/openthread/src/core/radio/
Dble_secure.hpp185 Error SetPsk(const uint8_t *aPsk, uint8_t aPskLength) { return mTls.SetPsk(aPsk, aPskLength); } in SetPsk()
/external/openthread/src/core/api/
Dble_secure_api.cpp73 uint16_t aPskLength, in otBleSecureSetPsk()
Dcoap_secure_api.cpp92 uint16_t aPskLength, in otCoapSecureSetPsk()
/external/openthread/src/core/meshcop/
Dsecure_transport.cpp827 Error SecureTransport::SetPsk(const uint8_t *aPsk, uint8_t aPskLength) in SetPsk()
1181 uint16_t aPskLength, in SetPreSharedKey()