Searched defs:masterKey (Results 1 – 2 of 2) sorted by relevance
40 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()
73 …_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