Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Denforcements.rs147 pub struct AuthInfo { struct
244 impl AuthInfo { implementation
414 ) -> Result<(Option<HardwareAuthToken>, AuthInfo)> { in authorize_create() argument
420 AuthInfo { in authorize_create()
618 AuthInfo { in authorize_create()
698 (hat, AuthInfo { state, key_usage_limited, confirmation_token_receiver }) in authorize_create()
Doperation.rs128 use crate::enforcements::AuthInfo;
177 auth_info: Mutex<AuthInfo>,
219 auth_info: AuthInfo, in new() argument
518 auth_info: AuthInfo, in create_operation() argument