Home
last modified time | relevance | path

Searched refs:CallerNonce (Results 1 – 10 of 10) sorted by relevance

/system/keymint/wire/src/
Dkeymint.rs330 CallerNonce, enumerator
396 KeyParam::CallerNonce => Tag::CallerNonce, in tag()
485 Tag::CallerNonce => KeyParam::CallerNonce, in from_cbor_value()
610 KeyParam::CallerNonce => (Tag::CallerNonce, true.to_cbor_value()?), in to_cbor_value()
770 Tag::CallerNonce as i32, in cddl_schema()
994 CallerNonce = 1879048199, enumerator
/system/keymint/common/src/tag/
Dlegacy.rs192 KeyParam::CallerNonce in serialize()
362 Tag::CallerNonce => { in deserialize()
364 KeyParam::CallerNonce in deserialize()
521 (KeyParam::CallerNonce, KeyParam::CallerNonce) => Ordering::Equal, in param_compare()
Dinfo.rs66 Tag::CallerNonce,
287 Tag::CallerNonce,
/system/security/keystore2/src/
Dkey_parameter.rs852 CallerNonce,
1282 assert_eq!(*key_param.key_parameter_value(), KeyParameterValue::CallerNonce); in test_new_from_sql_bool()
1376 let kp = KeyParameter::new(KeyParameterValue::CallerNonce, SecurityLevel::STRONGBOX); in test_to_sql_bool()
1493 let kp = KeyParameter::new(KeyParameterValue::CallerNonce, SecurityLevel::STRONGBOX); in test_convert_to_wire_bool()
1550 assert_eq!(KeyParameterValue::CallerNonce, aidl_kp.into()); in test_convert_from_wire_bool()
Denforcements.rs499 KeyParameterValue::CallerNonce => { in authorize_create()
Dsuper_key.rs951 KeyParameterValue::CallerNonce, in lock_screen_lock_bound_key()
Ddatabase.rs5136 KeyParameter::new(KeyParameterValue::CallerNonce, SecurityLevel::TRUSTED_ENVIRONMENT), in make_test_params()
/system/keymint/ta/src/
Dcert.rs591 CallerNonce, in decode_value()
726 Tag::CallerNonce => { in decode_value_from_bytes()
727 key_param_from_asn1_null!(CallerNonce, tlv_bytes, key_params); in decode_value_from_bytes()
1014 asn1_null!(contents, self.auths, CallerNonce); in fields()
/system/keymint/hal/src/
Dhal.rs272 KeyParam::CallerNonce => (Tag::CALLER_NONCE, KeyParameterValue::BoolValue(true)), in fromm()
551 Some(KeyParam::CallerNonce) in try_fromm()
/system/keymint/common/src/
Dtag.rs970 if get_bool_tag_value!(chars, CallerNonce)? { in check_begin_params()