Searched refs:blob (Results 1 – 8 of 8) sorted by relevance
/device/google/cuttlefish/host/commands/secure_env/ |
D | tpm_key_blob_maker.cpp | 234 KeymasterKeyBlob* blob, in CreateKeyBlob() argument 266 *blob = generated_blob; in CreateKeyBlob() 274 const keymaster_key_blob_t& blob, in UnwrapKeyBlob() argument 278 keymaster::Buffer key_material_buffer(blob.key_material_size); in UnwrapKeyBlob() 285 auto buf = blob.key_material; in UnwrapKeyBlob() 286 auto buf_end = buf + blob.key_material_size; in UnwrapKeyBlob()
|
D | tpm_key_blob_maker.h | 38 keymaster::KeymasterKeyBlob* blob, 54 const keymaster_key_blob_t& blob,
|
D | tpm_keymaster_context.cpp | 213 const KeymasterKeyBlob& blob, in ParseKeyBlob() argument 222 blob, in ParseKeyBlob()
|
D | tpm_keymaster_context.h | 69 const keymaster::KeymasterKeyBlob& blob,
|
/device/google/cuttlefish/guest/hals/keymaster/remote/ |
D | remote_keymaster4_device.cpp | 107 p.blob.resize(sizeof(hw_auth_token_t)); in injectAuthToken() 109 hw_auth_token_t* auth_token = reinterpret_cast<hw_auth_token_t*>(p.blob.data()); in injectAuthToken() 156 params[i] = keymaster_param_blob(tag, &keyParams[i].blob[0], in KmParamSet() 157 keyParams[i].blob.size()); in KmParamSet() 176 inline hidl_vec<uint8_t> kmBlob2hidlVec(const keymaster_key_blob_t& blob) { in kmBlob2hidlVec() argument 178 result.setToExternal(const_cast<unsigned char*>(blob.key_material), blob.key_material_size); in kmBlob2hidlVec() 182 inline hidl_vec<uint8_t> kmBlob2hidlVec(const keymaster_blob_t& blob) { in kmBlob2hidlVec() argument 184 result.setToExternal(const_cast<unsigned char*>(blob.data), blob.data_length); in kmBlob2hidlVec() 237 result[i].blob.setToExternal(const_cast<unsigned char*>(params[i].blob.data), in kmParamSet2Hidl() 238 params[i].blob.data_length); in kmParamSet2Hidl()
|
/device/linaro/hikey/ |
D | proprietary-blobs.txt | 15 # This file is generated by device/common/generate-blob-lists.sh - DO NOT EDIT
|
/device/linaro/hikey/installer/hikey960/ |
D | README | 53 https://github.com/96boards-hikey/tools-images-hikey960/blob/master/README.md
|
/device/linaro/hikey/hikey/ |
D | README | 55 Schematics: https://github.com/96boards/documentation/blob/master/consumer/hikey/hardware-docs/HiKe…
|