/external/openthread/tests/unit/ |
D | test_spinel_prop_codec.cpp | 151 dnssdKeyEncode.mKeyData = keyData; in TestDnssd() 175 …VerifyOrQuit(memcmp(dnssdKeyDecode.mKeyData, dnssdKeyEncode.mKeyData, dnssdKeyDecode.mKeyDataLengt… in TestDnssd()
|
D | test_mdns.cpp | 771 …VerifyOrQuit(mAuthRecords.ContainsKey(fullName, Data(aKey.mKeyData, aKey.mKeyDataLength), !kCacheF… in ValidateAsProbeFor() 863 …VerifyOrQuit(RecordsFor(aSection).ContainsKey(fullName, Data(aKey.mKeyData, aKey.mKeyDataLength), … in Validate() 2027 key.mKeyData = kKey1; in TestKeyReg() 2138 key.mKeyData = kKey2; in TestKeyReg() 2523 key.mKeyData = kKey1; in TestUnregisterBeforeProbeFinished() 2974 key.mKeyData = kKey1; in TestHostOrServiceAndKeyReg() 3388 key1.mKeyData = kKey1; in TestQuery() 3394 key2.mKeyData = kKey1; in TestQuery() 4330 hostKey.mKeyData = keyData; in TestTxMessageSizeLimit() 4336 serviceKey.mKeyData = keyData; in TestTxMessageSizeLimit()
|
/external/libese/ready_se/google/keymint/KM200/Applet/AndroidSEProvider/src/com/android/javacard/keymaster/ |
D | KMAttestationCertImpl.java | 989 short mKeyData = KMByteBlob.instance((short) (aesKey.aesKey.getSize() / 8)); in makeUniqueId() local 991 KMByteBlob.cast(mKeyData).getBuffer(), /* Key */ in makeUniqueId() 992 KMByteBlob.cast(mKeyData).getStartOff()); /* Key start*/ in makeUniqueId() 996 KMByteBlob.cast(mKeyData).getBuffer(), /* Key */ in makeUniqueId() 997 KMByteBlob.cast(mKeyData).getStartOff(), /* Key start*/ in makeUniqueId() 998 KMByteBlob.cast(mKeyData).length(), /* Key length*/ in makeUniqueId()
|
/external/libese/ready_se/google/keymint/KM300/Applet/AndroidSEProvider/src/com/android/javacard/keymaster/ |
D | KMAttestationCertImpl.java | 990 short mKeyData = KMByteBlob.instance((short) (aesKey.aesKey.getSize() / 8)); in makeUniqueId() local 992 KMByteBlob.cast(mKeyData).getBuffer(), /* Key */ in makeUniqueId() 993 KMByteBlob.cast(mKeyData).getStartOff()); /* Key start*/ in makeUniqueId() 997 KMByteBlob.cast(mKeyData).getBuffer(), /* Key */ in makeUniqueId() 998 KMByteBlob.cast(mKeyData).getStartOff(), /* Key start*/ in makeUniqueId() 999 KMByteBlob.cast(mKeyData).length(), /* Key length*/ in makeUniqueId()
|
/external/openthread/src/lib/spinel/ |
D | spinel_prop_codec.cpp | 107 SuccessOrExit(error = aEncoder.WriteDataWithLen(aObj.mKeyData, aObj.mKeyDataLength)); in EncodeDnssd() 189 SuccessOrExit(error = aDecoder.ReadDataWithLen(aKey.mKeyData, aKey.mKeyDataLength)); in DecodeDnssdKey()
|
/external/ot-br-posix/src/host/posix/ |
D | dnssd.cpp | 309 Mdns::Publisher::KeyData keyData(aKey.mKeyData, aKey.mKeyData + aKey.mKeyDataLength); in RegisterKey()
|
/external/openthread/include/openthread/platform/ |
D | dnssd.h | 131 const uint8_t *mKeyData; ///< Byte array containing the key record data. member
|
/external/ot-br-posix/src/mdns/ |
D | mdns_mdnssd.cpp | 693 … kDNSServiceType_KEY, mKeyData.size(), mKeyData.data(), /* ttl */ 0); in Register() 718 … kDNSServiceType_KEY, kDNSServiceClass_IN, mKeyData.size(), mKeyData.data(), in Register()
|
D | mdns.hpp | 517 KeyData mKeyData; member in otbr::Mdns::Publisher::KeyRegistration 522 , mKeyData(std::move(aKeyData)) in KeyRegistration()
|
D | mdns.cpp | 633 return !(mName == aName && mKeyData == aKeyData); in IsOutdated()
|
/external/openthread/src/cli/ |
D | cli_mdns.cpp | 146 OutputBytesLine(aKey.mKeyData, aKey.mKeyDataLength); in OutputKey() 397 key.mKeyData = data; in ProcessRegisterKey()
|
/external/openthread/src/core/net/ |
D | mdns.cpp | 1000 mKeyRecord.UpdateProperty(mKeyData, aKey.mKeyData, aKey.mKeyDataLength); in Register() 1036 mKeyData.Free(); in ClearKey() 1398 record.SetLength(mKeyData.GetLength()); in AppendKeyRecordTo() 1403 SuccessOrAssert(message->AppendBytes(mKeyData.GetBytes(), mKeyData.GetLength())); in AppendKeyRecordTo() 1455 aKey.mKeyData = mKeyData.GetBytes(); in CopyKeyInfoTo() 1456 aKey.mKeyDataLength = mKeyData.GetLength(); in CopyKeyInfoTo()
|
D | srp_advertising_proxy.cpp | 1111 keyInfo.mKeyData = reinterpret_cast<uint8_t *>(&keyRecord) + sizeof(Dns::ResourceRecord); in RegisterKey()
|
D | mdns.hpp | 1017 Heap::Data mKeyData; member in ot::Dns::Multicast::Core::Entry
|
/external/ot-br-posix/src/host/ |
D | ncp_spinel.cpp | 592 keyData.assign(key.mKeyData, key.mKeyData + key.mKeyDataLength); in HandleValueInserted()
|