Home
last modified time | relevance | path

Searched refs:RSA_PUBLIC_EXPONENT (Results 1 – 9 of 9) sorted by relevance

/system/security/keystore2/src/km_compat/
Dlib.rs93 tag: Tag::RSA_PUBLIC_EXPONENT, in generate_rsa_key()
428 tag: Tag::RSA_PUBLIC_EXPONENT, in test_get_key_characteristics()
Dkm_compat_type_conversion.h496 case KMV1::Tag::RSA_PUBLIC_EXPONENT: in convertKeyParameterToLegacy()
809 case V4_0::Tag::RSA_PUBLIC_EXPONENT: in convertKeyParameterFromLegacy()
Dkm_compat.cpp109 case Tag::RSA_PUBLIC_EXPONENT: in isKeyCreationParameter()
/system/security/ondevice-signing/
DKeystoreKey.cpp100 exponent.tag = Tag::RSA_PUBLIC_EXPONENT; in createKey()
/system/security/keystore2/src/
Dkey_parameter.rs813 #[key_param(tag = RSA_PUBLIC_EXPONENT, field = LongInteger)]
1190 Tag::RSA_PUBLIC_EXPONENT.0, in test_new_from_sql_i64()
1195 assert_eq!(Tag::RSA_PUBLIC_EXPONENT, key_param.get_tag()); in test_new_from_sql_i64()
/system/keymaster/ng/include/
Dkeymaster_tags.h135 DECLARE_TYPED_TAG(RSA_PUBLIC_EXPONENT);
/system/keymaster/include/keymaster/km_openssl/
Dattestation_record.h247 RSA_PUBLIC_EXPONENT = convert_to_eat_claim(KM_TAG_RSA_PUBLIC_EXPONENT), enumerator
/system/keymaster/km_openssl/
Dattestation_record.cpp395 submod->add(EatClaim::RSA_PUBLIC_EXPONENT, entry.long_integer); in build_eat_submod()
1684 case EatClaim::RSA_PUBLIC_EXPONENT: in parse_submod_values()
/system/security/keystore/
Dkeystore_cli_v2.cpp580 a.keyParameter.tag == keymint::Tag::RSA_PUBLIC_EXPONENT); in TestKey()