Home
last modified time | relevance | path

Searched refs:km_attributes (Results 1 – 2 of 2) sorted by relevance

/trusty/user/app/keymaster/
Dsecure_storage_manager.cpp332 UniquePtr<KeymasterAttributes> km_attributes(new ( in ReadKeymasterAttributes() local
334 if (!km_attributes.get()) { in ReadKeymasterAttributes()
338 DecodeFromFile(KeymasterAttributes_fields, km_attributes.get(), in ReadKeymasterAttributes()
344 *km_attributes_p = km_attributes.release(); in ReadKeymasterAttributes()
349 const KeymasterAttributes* km_attributes, in WriteKeymasterAttributes() argument
351 return EncodeToFile(KeymasterAttributes_fields, km_attributes, in WriteKeymasterAttributes()
370 UniquePtr<KeymasterAttributes> km_attributes(km_attributes_p); in ReadAttestationUuid() local
371 if (!(km_attributes->has_uuid)) { in ReadAttestationUuid()
374 if (km_attributes->uuid.size != kAttestationUuidSize) { in ReadAttestationUuid()
377 memcpy(attestation_uuid, km_attributes->uuid.bytes, kAttestationUuidSize); in ReadAttestationUuid()
[all …]
Dsecure_storage_manager.h239 const KeymasterAttributes* km_attributes,