Home
last modified time | relevance | path

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

/system/keymaster/km_openssl/
Dattestation_record.cpp521 ASN1_NULL** bool_ptr = nullptr; in build_auth_list() local
647 bool_ptr = &record->no_auth_required; in build_auth_list()
650 bool_ptr = &record->all_applications; in build_auth_list()
653 bool_ptr = &record->rollback_resistant; in build_auth_list()
656 bool_ptr = &record->rollback_resistance; in build_auth_list()
659 bool_ptr = &record->allow_while_on_body; in build_auth_list()
662 bool_ptr = &record->unlocked_device_required; in build_auth_list()
665 bool_ptr = &record->caller_nonce; in build_auth_list()
668 bool_ptr = &record->trusted_confirmation_required; in build_auth_list()
671 bool_ptr = &record->early_boot_only; in build_auth_list()
[all …]