Lines Matching refs:push

43         self.0.push(KeyParameter { tag: Tag::PURPOSE, value: KeyParameterValue::KeyPurpose(p) });  in purpose()
49 self.0.push(KeyParameter { tag: Tag::DIGEST, value: KeyParameterValue::Digest(d) }); in digest()
55 self.0.push(KeyParameter { tag: Tag::ALGORITHM, value: KeyParameterValue::Algorithm(a) }); in algorithm()
61 self.0.push(KeyParameter { tag: Tag::EC_CURVE, value: KeyParameterValue::EcCurve(e) }); in ec_curve()
67 self.0.push(KeyParameter { in attestation_challenge()
76 self.0.push(KeyParameter { in no_auth_required()
85 self.0.push(KeyParameter { in rsa_public_exponent()
94 self.0.push(KeyParameter { tag: Tag::KEY_SIZE, value: KeyParameterValue::Integer(s) }); in key_size()
100 self.0.push(KeyParameter { tag: Tag::BLOCK_MODE, value: KeyParameterValue::BlockMode(b) }); in block_mode()
106 self.0.push(KeyParameter { in cert_not_before()
115 self.0.push(KeyParameter { in cert_not_after()
124 self.0.push(KeyParameter { tag: Tag::PADDING, value: KeyParameterValue::PaddingMode(p) }); in padding_mode()
130 self.0.push(KeyParameter { in mgf_digest()
139 self.0.push(KeyParameter { tag: Tag::NONCE, value: KeyParameterValue::Blob(b) }); in nonce()
145 self.0.push(KeyParameter { in caller_nonce()
154 self.0.push(KeyParameter { tag: Tag::MAC_LENGTH, value: KeyParameterValue::Integer(l) }); in mac_length()
161 .push(KeyParameter { tag: Tag::MIN_MAC_LENGTH, value: KeyParameterValue::Integer(l) }); in min_mac_length()
167 self.0.push(KeyParameter { in attestation_device_brand()
176 self.0.push(KeyParameter { in attestation_device_name()
185 self.0.push(KeyParameter { in attestation_device_product_name()
194 self.0.push(KeyParameter { in attestation_device_serial()
203 self.0.push(KeyParameter { in attestation_device_imei()
212 self.0.push(KeyParameter { in attestation_device_second_imei()
221 self.0.push(KeyParameter { in attestation_device_meid()
230 self.0.push(KeyParameter { in attestation_device_manufacturer()
239 self.0.push(KeyParameter { in attestation_device_model()
248 self.0.push(KeyParameter { in active_date_time()
257 self.0.push(KeyParameter { in origination_expire_date_time()
266 self.0.push(KeyParameter { in usage_expire_date_time()
275 self.0.push(KeyParameter { in boot_loader_only()
284 self.0.push(KeyParameter { in early_boot_only()
293 self.0.push(KeyParameter { in max_uses_per_boot()
302 self.0.push(KeyParameter { in usage_count_limit()
311 self.0.push(KeyParameter { in creation_date_time()
320 self.0.push(KeyParameter { in include_unique_id()
329 self.0.push(KeyParameter { tag: Tag::APPLICATION_DATA, value: KeyParameterValue::Blob(b) }); in app_data()
335 self.0.push(KeyParameter { tag: Tag::APPLICATION_ID, value: KeyParameterValue::Blob(b) }); in app_id()
341 self.0.push(KeyParameter { in device_unique_attestation()
351 .push(KeyParameter { tag: Tag::CERTIFICATE_SERIAL, value: KeyParameterValue::Blob(b) }); in cert_serial()
357 self.0.push(KeyParameter { in cert_subject_name()