Searched refs:AuthInfo (Results 1 – 3 of 3) sorted by relevance
/system/security/keystore2/src/ |
D | enforcements.rs | 152 pub struct AuthInfo { struct 243 impl AuthInfo { implementation 413 ) -> Result<(Option<HardwareAuthToken>, AuthInfo)> { in authorize_create() argument 419 AuthInfo { in authorize_create() 634 return Ok((hat, AuthInfo { state, key_usage_limited, confirmation_token_receiver })); in authorize_create() 640 AuthInfo { in authorize_create() 717 (hat, AuthInfo { state, key_usage_limited, confirmation_token_receiver }) in authorize_create()
|
D | operation.rs | 128 use crate::enforcements::AuthInfo; 181 auth_info: Mutex<AuthInfo>, 223 auth_info: AuthInfo, in new() argument 499 auth_info: AuthInfo, in create_operation() argument
|
/system/keymint/ta/src/ |
D | operation.rs | 72 pub auth_info: Option<AuthInfo>, 110 pub(crate) struct AuthInfo { struct 116 impl AuthInfo { argument 119 fn new(key_chars: &[KeyParam]) -> Result<Option<AuthInfo>, Error> { in new() argument 153 Ok(Some(AuthInfo { secure_ids, auth_type, timeout_secs })) in new() 207 let mut op_auth_info = AuthInfo::new(key_chars)?; in begin_operation() 668 auth_info: &AuthInfo, in check_auth_token() argument
|