Home
last modified time | relevance | path

Searched defs:masterKey (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/lowpan/java/android/net/lowpan/
DLowpanCredential.java40 private LowpanCredential(byte[] masterKey, int keyIndex) { in LowpanCredential()
44 private LowpanCredential(byte[] masterKey) { in LowpanCredential()
48 public static LowpanCredential createMasterKey(byte[] masterKey) { in createMasterKey()
52 public static LowpanCredential createMasterKey(byte[] masterKey, int keyIndex) { in createMasterKey()
56 void setMasterKey(byte[] masterKey) { in setMasterKey()
67 void setMasterKey(byte[] masterKey, int keyIndex) { in setMasterKey()
/frameworks/opt/net/lowpan/libandroid_net_lowpan/
DLowpanCredential.cpp73 …_t LowpanCredential::initMasterKey(LowpanCredential& out, const std::vector<uint8_t>& masterKey, i… in initMasterKey()
78 …tus_t LowpanCredential::initMasterKey(LowpanCredential& out, const std::vector<uint8_t>& masterKey) in initMasterKey()
95 bool LowpanCredential::getMasterKey(const uint8_t** masterKey, int* masterKeyLen) const { in getMasterKey() argument