Searched refs:km_attributes_p (Results 1 – 2 of 2) sorted by relevance
331 KeymasterAttributes** km_attributes_p) { in ReadKeymasterAttributes() argument344 *km_attributes_p = km_attributes.release(); in ReadKeymasterAttributes()364 KeymasterAttributes* km_attributes_p; in ReadAttestationUuid() local365 keymaster_error_t err = ReadKeymasterAttributes(&km_attributes_p); in ReadAttestationUuid()370 UniquePtr<KeymasterAttributes> km_attributes(km_attributes_p); in ReadAttestationUuid()383 KeymasterAttributes* km_attributes_p; in WriteAttestationUuid() local384 keymaster_error_t err = ReadKeymasterAttributes(&km_attributes_p); in WriteAttestationUuid()389 UniquePtr<KeymasterAttributes> km_attributes(km_attributes_p); in WriteAttestationUuid()401 KeymasterAttributes* km_attributes_p; in DeleteAttestationUuid() local402 keymaster_error_t err = ReadKeymasterAttributes(&km_attributes_p); in DeleteAttestationUuid()[all …]
237 KeymasterAttributes** km_attributes_p);