Searched refs:NO_AUTH_REQUIRED (Results 1 – 11 of 11) sorted by relevance
/system/security/keystore2/src/km_compat/ |
D | lib.rs | 101 KeyParameter { tag: Tag::NO_AUTH_REQUIRED, value: KeyParameterValue::BoolValue(true) }, in generate_rsa_key() 229 KeyParameter { tag: Tag::NO_AUTH_REQUIRED, value: KeyParameterValue::BoolValue(true) }, in generate_aes_key() 434 KeyParameter { tag: Tag::NO_AUTH_REQUIRED, value: KeyParameterValue::BoolValue(true) } in test_get_key_characteristics()
|
D | km_compat_type_conversion.h | 573 case KMV1::Tag::NO_AUTH_REQUIRED: in convertKeyParameterToLegacy() 883 case V4_0::Tag::NO_AUTH_REQUIRED: in convertKeyParameterFromLegacy()
|
D | km_compat.cpp | 121 case Tag::NO_AUTH_REQUIRED: in isKeyCreationParameter()
|
/system/security/keystore2/test_utils/ |
D | authorizations.rs | 77 tag: Tag::NO_AUTH_REQUIRED, in no_auth_required()
|
/system/security/ondevice-signing/ |
D | KeystoreHmacKey.cpp | 100 auth.tag = Tag::NO_AUTH_REQUIRED; in createKey()
|
D | KeystoreKey.cpp | 107 auth.tag = Tag::NO_AUTH_REQUIRED; in createKey()
|
/system/keymaster/ng/include/ |
D | keymaster_tags.h | 146 DECLARE_TYPED_TAG(NO_AUTH_REQUIRED);
|
/system/keymaster/include/keymaster/km_openssl/ |
D | attestation_record.h | 258 NO_AUTH_REQUIRED = convert_to_eat_claim(KM_TAG_NO_AUTH_REQUIRED), enumerator
|
/system/keymint/hal/src/ |
D | hal.rs | 284 KeyParam::NoAuthRequired => (Tag::NO_AUTH_REQUIRED, KeyParameterValue::BoolValue(true)), in fromm() 569 keymint::Tag::Tag::NO_AUTH_REQUIRED => { in try_fromm()
|
/system/keymaster/km_openssl/ |
D | attestation_record.cpp | 395 submod->add(EatClaim::NO_AUTH_REQUIRED, true); in build_eat_submod() 1731 case EatClaim::NO_AUTH_REQUIRED: in parse_submod_values()
|
/system/security/keystore2/src/ |
D | key_parameter.rs | 905 #[key_param(tag = NO_AUTH_REQUIRED, field = BoolValue)]
|