Home
last modified time | relevance | path

Searched refs:mKeyData (Results 1 – 15 of 15) sorted by relevance

/external/openthread/tests/unit/
Dtest_spinel_prop_codec.cpp151 dnssdKeyEncode.mKeyData = keyData; in TestDnssd()
175 …VerifyOrQuit(memcmp(dnssdKeyDecode.mKeyData, dnssdKeyEncode.mKeyData, dnssdKeyDecode.mKeyDataLengt… in TestDnssd()
Dtest_mdns.cpp771 …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/
DKMAttestationCertImpl.java989 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/
DKMAttestationCertImpl.java990 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/
Dspinel_prop_codec.cpp107 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/
Ddnssd.cpp309 Mdns::Publisher::KeyData keyData(aKey.mKeyData, aKey.mKeyData + aKey.mKeyDataLength); in RegisterKey()
/external/openthread/include/openthread/platform/
Ddnssd.h131 const uint8_t *mKeyData; ///< Byte array containing the key record data. member
/external/ot-br-posix/src/mdns/
Dmdns_mdnssd.cpp693 … kDNSServiceType_KEY, mKeyData.size(), mKeyData.data(), /* ttl */ 0); in Register()
718 … kDNSServiceType_KEY, kDNSServiceClass_IN, mKeyData.size(), mKeyData.data(), in Register()
Dmdns.hpp517 KeyData mKeyData; member in otbr::Mdns::Publisher::KeyRegistration
522 , mKeyData(std::move(aKeyData)) in KeyRegistration()
Dmdns.cpp633 return !(mName == aName && mKeyData == aKeyData); in IsOutdated()
/external/openthread/src/cli/
Dcli_mdns.cpp146 OutputBytesLine(aKey.mKeyData, aKey.mKeyDataLength); in OutputKey()
397 key.mKeyData = data; in ProcessRegisterKey()
/external/openthread/src/core/net/
Dmdns.cpp1000 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()
Dsrp_advertising_proxy.cpp1111 keyInfo.mKeyData = reinterpret_cast<uint8_t *>(&keyRecord) + sizeof(Dns::ResourceRecord); in RegisterKey()
Dmdns.hpp1017 Heap::Data mKeyData; member in ot::Dns::Multicast::Core::Entry
/external/ot-br-posix/src/host/
Dncp_spinel.cpp592 keyData.assign(key.mKeyData, key.mKeyData + key.mKeyDataLength); in HandleValueInserted()