Searched refs:km_attributes (Results 1 – 2 of 2) sorted by relevance
332 UniquePtr<KeymasterAttributes> km_attributes(new ( in ReadKeymasterAttributes() local334 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() argument351 return EncodeToFile(KeymasterAttributes_fields, km_attributes, in WriteKeymasterAttributes()370 UniquePtr<KeymasterAttributes> km_attributes(km_attributes_p); in ReadAttestationUuid() local371 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 …]
239 const KeymasterAttributes* km_attributes,