Searched refs:AttestationChallenge (Results 1 – 8 of 8) sorted by relevance
/system/keymint/wire/src/ |
D | keymint.rs | 384 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/ |
D | legacy.rs | 137 | 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()
|
D | info.rs | 782 Tag::AttestationChallenge,
|
/system/keymint/hal/src/ |
D | hal.rs | 363 KeyParam::AttestationChallenge(v) => { in fromm() 676 Some(KeyParam::AttestationChallenge(clone_blob!(val)?)) in try_fromm()
|
/system/security/keystore2/src/ |
D | metrics_store.rs | 288 KsKeyParamValue::AttestationChallenge(_) => { in process_key_creation_event_stats()
|
D | key_parameter.rs | 959 AttestationChallenge(Vec<u8>),
|
D | database.rs | 4644 KeyParameterValue::AttestationChallenge(vec![4u8, 3u8, 1u8, 2u8]), in make_test_params_with_sids()
|
/system/keymint/ta/src/ |
D | keys.rs | 386 let attest_challenge = get_opt_tag_value!(params, AttestationChallenge)?; in finish_keyblob_creation()
|