Home
last modified time | relevance | path

Searched refs:RsaKey (Results 1 – 17 of 17) sorted by relevance

/aosp12/system/keymaster/km_openssl/
H A Drsa_key.cpp26 bool RsaKey::EvpToInternal(const EVP_PKEY* pkey) { in EvpToInternal()
31 bool RsaKey::InternalToEvp(EVP_PKEY* pkey) const { in InternalToEvp()
35 bool RsaKey::SupportedMode(keymaster_purpose_t purpose, keymaster_padding_t padding) { in SupportedMode()
57 bool RsaKey::SupportedMode(keymaster_purpose_t purpose, keymaster_digest_t digest) { in SupportedMode()
H A Drsa_key_factory.cpp104 RsaKey key(*hw_enforced, *sw_enforced, this, move(rsa_key)); in GenerateKey()
151 RsaKey key(*hw_enforced, *sw_enforced, this, move(rsa_key)); in ImportKey()
215 key->reset(new (std::nothrow) RsaKey(move(hw_enforced), move(sw_enforced), this)); in CreateEmptyKey()
H A Drsa_operation.cpp38 const RsaKey& rsa_key = static_cast<const RsaKey&>(key); in GetRsaKey()
/aosp12/system/keymaster/include/keymaster/km_openssl/
H A Drsa_key.h28 class RsaKey : public AsymmetricKey {
30 RsaKey(AuthorizationSet hw_enforced, AuthorizationSet sw_enforced, const KeyFactory* factory) in RsaKey() function
32 RsaKey(AuthorizationSet hw_enforced, AuthorizationSet sw_enforced, const KeyFactory* factory, in RsaKey() function
45 RsaKey(RSA* rsa, AuthorizationSet hw_enforced, AuthorizationSet sw_enforced, in RsaKey() function
/aosp12/system/keymaster/include/keymaster/legacy_support/
H A Drsa_keymaster1_key.h78 class RsaKeymaster1Key : public RsaKey {
82 : RsaKey(rsa_key, move(hw_enforced), move(sw_enforced), key_factory) {} in RsaKeymaster1Key()
/aosp12/system/keymaster/ng/include/
H A Dauthorization_set.h234 AuthorizationSetBuilder& RsaKey(uint32_t key_size, uint64_t public_exponent);
256 inline AuthorizationSetBuilder& AuthorizationSetBuilder::RsaKey(uint32_t key_size, in RsaKey() function
283 RsaKey(key_size, public_exponent); in RsaSigningKey()
289 RsaKey(key_size, public_exponent); in RsaEncryptionKey()
/aosp12/hardware/interfaces/security/keymint/support/
H A Dauthorization_set.cpp116 AuthorizationSetBuilder& AuthorizationSetBuilder::RsaKey(uint32_t key_size, in RsaKey() function in aidl::android::hardware::security::keymint::AuthorizationSetBuilder
154 RsaKey(key_size, public_exponent); in RsaSigningKey()
160 RsaKey(key_size, public_exponent); in RsaEncryptionKey()
/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dauthorization_set.h273 AuthorizationSetBuilder& RsaKey(uint32_t key_size, uint64_t public_exponent);
319 inline AuthorizationSetBuilder& AuthorizationSetBuilder::RsaKey(uint32_t key_size, in RsaKey() function
352 RsaKey(key_size, public_exponent); in RsaSigningKey()
358 RsaKey(key_size, public_exponent); in RsaEncryptionKey()
H A Dkeymaster_hidl_hal_test.cpp1645 .RsaKey(1024, 3) in TEST_P()
/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DAttestKeyTest.cpp53 .RsaKey(size, 65537) in TEST_P()
203 .RsaKey(2048, 65537) in TEST_P()
302 .RsaKey(2048, 65537) in TEST_P()
462 .RsaKey(2048, 65537) in TEST_P()
512 .RsaKey(size, 65537) in TEST_P()
H A DKeyMintTest.cpp1359 AuthorizationSetBuilder().RsaKey(key_size, 65537).SetDefaultValidity())); in TEST_P()
2646 .RsaKey(2048, 65537) in TEST_P()
/aosp12/system/keymaster/include/keymaster/
H A Dauthorization_set.h519 AuthorizationSetBuilder& RsaKey(uint32_t key_size, uint64_t public_exponent);
564 inline AuthorizationSetBuilder& AuthorizationSetBuilder::RsaKey(uint32_t key_size, in RsaKey() function
596 RsaKey(key_size, public_exponent); in RsaSigningKey()
602 RsaKey(key_size, public_exponent); in RsaEncryptionKey()
/aosp12/hardware/interfaces/keymaster/4.0/support/
H A Dauthorization_set.cpp455 AuthorizationSetBuilder& AuthorizationSetBuilder::RsaKey(uint32_t key_size, in RsaKey() function in android::hardware::keymaster::V4_0::AuthorizationSetBuilder
493 RsaKey(key_size, public_exponent); in RsaSigningKey()
499 RsaKey(key_size, public_exponent); in RsaEncryptionKey()
/aosp12/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
H A Dauthorization_set.h269 AuthorizationSetBuilder& RsaKey(uint32_t key_size, uint64_t public_exponent);
/aosp12/hardware/interfaces/security/keymint/support/include/keymint_support/
H A Dauthorization_set.h275 AuthorizationSetBuilder& RsaKey(uint32_t key_size, uint64_t public_exponent);
/aosp12/system/keymaster/tests/
H A Dandroid_keymaster_test.cpp555 ASSERT_EQ(KM_ERROR_OK, GenerateKey(AuthorizationSetBuilder().RsaKey(256, 3).SigningKey().Digest( in TEST_P()
/aosp12/hardware/interfaces/keymaster/4.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp1288 .RsaKey(2048, 65537) in TEST_P()