Home
last modified time | relevance | path

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

/system/keymaster/km_openssl/
Dattestation_record.cpp112 ASN1_NULL** bool_ptr = nullptr; in build_auth_list() local
218 bool_ptr = &record->no_auth_required; in build_auth_list()
221 bool_ptr = &record->all_applications; in build_auth_list()
224 bool_ptr = &record->rollback_resistant; in build_auth_list()
227 bool_ptr = &record->rollback_resistance; in build_auth_list()
230 bool_ptr = &record->allow_while_on_body; in build_auth_list()
233 bool_ptr = &record->unlocked_device_required; in build_auth_list()
236 bool_ptr = &record->caller_nonce; in build_auth_list()
239 bool_ptr = &record->trusted_confirmation_required; in build_auth_list()
242 bool_ptr = &record->early_boot_only; in build_auth_list()
[all …]