Home
last modified time | relevance | path

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

/system/keymint/ta/src/
Dkeys.rs603 if let Some(secure_id) = get_opt_tag_value!(&*imported_key_params, UserSecureId)? { in import_wrapped_key()
604 let secure_id = *secure_id; in import_wrapped_key() localVariable
608 if (secure_id & (HardwareAuthenticatorType::Password as u64) in import_wrapped_key()
610 && (secure_id & (HardwareAuthenticatorType::Fingerprint as u64) in import_wrapped_key()
616 } else if secure_id & (HardwareAuthenticatorType::Password as u64) in import_wrapped_key()
622 } else if secure_id & (HardwareAuthenticatorType::Fingerprint as u64) in import_wrapped_key()
/system/gatekeeper/include/gatekeeper/
Dgatekeeper.h202 secure_id_t secure_id, secure_id_t authenticator_id, uint8_t handle_version,