Home
last modified time | relevance | path

Searched refs:device_info_blob (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/system/keymaster/tests/
H A Dandroid_keymaster_messages_test.cpp230 rsp.device_info_blob.data = dup_array(TEST_DATA); in TEST()
231 rsp.device_info_blob.data_length = array_length(TEST_DATA); in TEST()
242 EXPECT_EQ(deserialized->device_info_blob.data_length, rsp.device_info_blob.data_length); in TEST()
243 EXPECT_EQ(0, std::memcmp(deserialized->device_info_blob.data, rsp.device_info_blob.data, in TEST()
244 deserialized->device_info_blob.data_length)); in TEST()
/aosp_15_r20/system/keymaster/android_keymaster/
H A Dandroid_keymaster_messages.cpp300 return blob_size(keys_to_sign_mac) + blob_size(device_info_blob) + in NonErrorSerializedSize()
306 buf = serialize_blob(device_info_blob, buf, end); in NonErrorSerialize()
312 deserialize_blob(&device_info_blob, buf_ptr, end) && in NonErrorDeserialize()
H A Dandroid_keymaster.cpp483 response->device_info_blob = KeymasterBlob(device_info.data(), device_info.size()); in GenerateCsr()
/aosp_15_r20/device/google/cuttlefish/guest/hals/keymint/remote/
Dremote_remotely_provisioned_component.cpp109 deviceInfo->deviceInfo = km_utils::kmBlob2vector(response.device_info_blob); in generateCertificateRequest()
/aosp_15_r20/external/nos/host/generic/nugget/proto/nugget/app/keymaster/ctdl/
Dkeymaster.proto641 bytes device_info_blob = 3; field
655 bytes device_info_blob = 3; field
/aosp_15_r20/external/nos/host/generic/nugget/proto/nugget/app/keymaster/
Dkeymaster.proto644 bytes device_info_blob = 3; field
658 bytes device_info_blob = 3; field
/aosp_15_r20/system/core/trusty/keymaster/keymint/
H A DTrustyRemotelyProvisionedComponentDevice.cpp126 deviceInfo->deviceInfo = km_utils::kmBlob2vector(response.device_info_blob); in generateCertificateRequest()
/aosp_15_r20/system/keymaster/ng/
H A DAndroidRemotelyProvisionedComponentDevice.cpp140 deviceInfo->deviceInfo = km_utils::kmBlob2vector(response.device_info_blob); in generateCertificateRequest()
/aosp_15_r20/system/keymaster/include/keymaster/
H A Dandroid_keymaster_messages.h434 KeymasterBlob device_info_blob; member