Home
last modified time | relevance | path

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

/system/keymint/ta/src/
Dcert.rs243 sw_enforced: AuthorizationList<'a>,
244 hw_enforced: AuthorizationList<'a>,
301 AuthorizationList::new(sw_chars, sw_params, attestation_ids, None, Some(app_id))?; in attestation_extension()
302 let hw_enforced = AuthorizationList::new( in attestation_extension()
374 pub struct AuthorizationList<'a> { struct
402 impl<'a> AuthorizationList<'a> { implementation
487 Ok(AuthorizationList { in new_from_key_params()
560 impl<'a> der::DecodeValue<'a> for AuthorizationList<'a> { implementation
567 return Ok(AuthorizationList { in decode_value()
635 AuthorizationList::new_from_key_params(key_params) in decode_value()
[all …]
Dkeys.rs66 pub key_params: cert::AuthorizationList<'a>,