/aosp12/system/keymaster/km_openssl/ |
H A D | rsa_key.cpp | 26 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 D | rsa_key_factory.cpp | 104 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 D | rsa_operation.cpp | 38 const RsaKey& rsa_key = static_cast<const RsaKey&>(key); in GetRsaKey()
|
/aosp12/system/keymaster/include/keymaster/km_openssl/ |
H A D | rsa_key.h | 28 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 D | rsa_keymaster1_key.h | 78 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 D | authorization_set.h | 234 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 D | authorization_set.cpp | 116 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 D | authorization_set.h | 273 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 D | keymaster_hidl_hal_test.cpp | 1645 .RsaKey(1024, 3) in TEST_P()
|
/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/ |
H A D | AttestKeyTest.cpp | 53 .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 D | KeyMintTest.cpp | 1359 AuthorizationSetBuilder().RsaKey(key_size, 65537).SetDefaultValidity())); in TEST_P() 2646 .RsaKey(2048, 65537) in TEST_P()
|
/aosp12/system/keymaster/include/keymaster/ |
H A D | authorization_set.h | 519 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 D | authorization_set.cpp | 455 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 D | authorization_set.h | 269 AuthorizationSetBuilder& RsaKey(uint32_t key_size, uint64_t public_exponent);
|
/aosp12/hardware/interfaces/security/keymint/support/include/keymint_support/ |
H A D | authorization_set.h | 275 AuthorizationSetBuilder& RsaKey(uint32_t key_size, uint64_t public_exponent);
|
/aosp12/system/keymaster/tests/ |
H A D | android_keymaster_test.cpp | 555 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 D | keymaster_hidl_hal_test.cpp | 1288 .RsaKey(2048, 65537) in TEST_P()
|