Searched refs:attest_app_id (Results 1 – 2 of 2) sorted by relevance
397 let attest_app_id = get_opt_tag_value!(params, AttestationApplicationId)? in finish_keyblob_creation() localVariable402 Some((attest_challenge, attest_app_id)); in finish_keyblob_creation()
501 let mut attest_app_id: Option<KeyParam> = None; in new_from_key_params() localVariable507 KeyParam::AttestationApplicationId(_) => attest_app_id = Some(param), in new_from_key_params()526 app_id: attest_app_id, in new_from_key_params()