Home
last modified time | relevance | path

Searched refs:AttestationChallenge (Results 1 – 8 of 8) sorted by relevance

/system/keymint/wire/src/
Dkeymint.rs384 AttestationChallenge(Vec<u8>), enumerator
449 KeyParam::AttestationChallenge(_) => Tag::AttestationChallenge, in tag()
569 Tag::AttestationChallenge => { in from_cbor_value()
570 KeyParam::AttestationChallenge(<Vec<u8>>::from_cbor_value(raw)?) in from_cbor_value()
673 KeyParam::AttestationChallenge(v) => (Tag::AttestationChallenge, v.to_cbor_value()?), in to_cbor_value()
924 Tag::AttestationChallenge as i32, in cddl_schema()
1164 AttestationChallenge = -1879047484, enumerator
/system/keymint/common/src/tag/
Dlegacy.rs137 | KeyParam::AttestationChallenge(v) in serialize()
229 | KeyParam::AttestationChallenge(v) in serialize()
452 Tag::AttestationChallenge => KeyParam::AttestationChallenge(consume_blob( in deserialize()
567 (KeyParam::AttestationChallenge(l), KeyParam::AttestationChallenge(r)) => l.cmp(r), in param_compare()
Dinfo.rs782 Tag::AttestationChallenge,
/system/keymint/hal/src/
Dhal.rs363 KeyParam::AttestationChallenge(v) => { in fromm()
676 Some(KeyParam::AttestationChallenge(clone_blob!(val)?)) in try_fromm()
/system/security/keystore2/src/
Dmetrics_store.rs288 KsKeyParamValue::AttestationChallenge(_) => { in process_key_creation_event_stats()
Dkey_parameter.rs959 AttestationChallenge(Vec<u8>),
Ddatabase.rs4644 KeyParameterValue::AttestationChallenge(vec![4u8, 3u8, 1u8, 2u8]), in make_test_params_with_sids()
/system/keymint/ta/src/
Dkeys.rs386 let attest_challenge = get_opt_tag_value!(params, AttestationChallenge)?; in finish_keyblob_creation()