Home
last modified time | relevance | path

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

/system/keymaster/km_openssl/
Dattestation_record.cpp502 ASN1_NULL** bool_ptr = nullptr; in build_auth_list() local
628 bool_ptr = &record->no_auth_required; in build_auth_list()
631 bool_ptr = &record->all_applications; in build_auth_list()
634 bool_ptr = &record->rollback_resistant; in build_auth_list()
637 bool_ptr = &record->rollback_resistance; in build_auth_list()
640 bool_ptr = &record->allow_while_on_body; in build_auth_list()
643 bool_ptr = &record->unlocked_device_required; in build_auth_list()
646 bool_ptr = &record->caller_nonce; in build_auth_list()
649 bool_ptr = &record->trusted_confirmation_required; in build_auth_list()
652 bool_ptr = &record->early_boot_only; in build_auth_list()
[all …]