Home
last modified time | relevance | path

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

/system/keymint/ta/src/
Dkeys.rs397 let attest_app_id = get_opt_tag_value!(params, AttestationApplicationId)? in finish_keyblob_creation() localVariable
402 Some((attest_challenge, attest_app_id)); in finish_keyblob_creation()
Dcert.rs501 let mut attest_app_id: Option<KeyParam> = None; in new_from_key_params() localVariable
507 KeyParam::AttestationApplicationId(_) => attest_app_id = Some(param), in new_from_key_params()
526 app_id: attest_app_id, in new_from_key_params()