Searched refs:rsa_public_exponent (Results 1 – 6 of 6) sorted by relevance
149 .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()
249 .rsa_public_exponent(65537) in keystore2_generate_rsa_attest_key_with_multi_purpose_fail()
84 pub fn rsa_public_exponent(mut self, e: i64) -> Self { in rsa_public_exponent() method
427 .rsa_public_exponent(65537) in generate_rsa_key()966 .rsa_public_exponent(65537) in import_wrapping_key()
88 ASN1_INTEGER* rsa_public_exponent; member138 ASN1_EXP_OPT(KM_AUTH_LIST, rsa_public_exponent, ASN1_INTEGER,
609 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()