Home
last modified time | relevance | path

Searched refs:rsa_public_exponent (Results 1 – 6 of 6) sorted by relevance

/system/security/keystore2/tests/
Dkeystore2_client_import_keys_tests.rs149 .rsa_public_exponent(65537) in keystore2_rsa_import_key_success()
210 .rsa_public_exponent(65537) in keystore2_rsa_import_key_fails_with_keysize_param_mismatch_error()
243 .rsa_public_exponent(3) // This doesn't match the key. in keystore2_rsa_import_key_fails_with_public_exponent_param_mismatch_error()
277 .rsa_public_exponent(65537) in keystore2_rsa_import_key_with_multipurpose_fails_incompt_purpose_error()
537 .rsa_public_exponent(65537) in keystore2_import_wrapped_key_success()
576 .rsa_public_exponent(65537) in keystore2_import_wrapped_key_fails_with_wrong_purpose()
Dkeystore2_client_attest_key_tests.rs249 .rsa_public_exponent(65537) in keystore2_generate_rsa_attest_key_with_multi_purpose_fail()
/system/security/keystore2/test_utils/
Dauthorizations.rs84 pub fn rsa_public_exponent(mut self, e: i64) -> Self { in rsa_public_exponent() method
Dkey_generations.rs427 .rsa_public_exponent(65537) in generate_rsa_key()
966 .rsa_public_exponent(65537) in import_wrapping_key()
/system/keymaster/include/keymaster/km_openssl/
Dattestation_record.h88 ASN1_INTEGER* rsa_public_exponent; member
138 ASN1_EXP_OPT(KM_AUTH_LIST, rsa_public_exponent, ASN1_INTEGER,
/system/keymaster/km_openssl/
Dattestation_record.cpp609 integer_ptr = &record->rsa_public_exponent; in build_auth_list()
1198 if (!get_ulong(record->rsa_public_exponent, TAG_RSA_PUBLIC_EXPONENT, auth_list)) { in extract_auth_list()