Searched refs:getMasterKey (Results 1 – 4 of 4) sorted by relevance
48 bool getMasterKey(std::vector<uint8_t>* masterKey)const;49 bool getMasterKey(const uint8_t** masterKey, int* masterKeyLen)const;
87 bool LowpanCredential::getMasterKey(std::vector<uint8_t>* masterKey) const { in getMasterKey() function in android::net::lowpan::LowpanCredential95 bool LowpanCredential::getMasterKey(const uint8_t** masterKey, int* masterKeyLen) const { in getMasterKey() function in android::net::lowpan::LowpanCredential
72 public byte[] getMasterKey() { in getMasterKey() method in LowpanCredential
385 System.out.println(HexDump.toHexString(credential.getMasterKey())); in runShowCredential()