Home
last modified time | relevance | path

Searched refs:masterKeyBytes (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/lowpan/libandroid_net_lowpan/
DLowpanCredential.cpp51 status_t LowpanCredential::initMasterKey(LowpanCredential& out, const uint8_t* masterKeyBytes, int … in initMasterKey() argument
57 } else if (masterKeyBytes == NULL) { in initMasterKey()
62 out.mMasterKey.insert(out.mMasterKey.end(), masterKeyBytes, masterKeyBytes + masterKeyLen); in initMasterKey()
68 status_t LowpanCredential::initMasterKey(LowpanCredential& out, const uint8_t* masterKeyBytes, int … in initMasterKey() argument
70 return LowpanCredential::initMasterKey(out, masterKeyBytes, masterKeyLen, 0); in initMasterKey()
/frameworks/opt/net/lowpan/libandroid_net_lowpan/include/android/net/lowpan/
DLowpanCredential.h44 …static status_t initMasterKey(LowpanCredential& out, const uint8_t* masterKeyBytes, int masterKeyL…
45 …static status_t initMasterKey(LowpanCredential& out, const uint8_t* masterKeyBytes, int masterKeyL…