Home
last modified time | relevance | path

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

/system/keymaster/km_openssl/
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()
Drsa_key_factory.cpp104 RsaKey key(*hw_enforced, *sw_enforced, this, move(rsa_key)); in GenerateKey()
152 RsaKey key(*hw_enforced, *sw_enforced, this, move(rsa_key)); in ImportKey()
217 key->reset(new (std::nothrow) RsaKey(move(hw_enforced), move(sw_enforced), this)); in CreateEmptyKey()
Drsa_operation.cpp38 const RsaKey& rsa_key = static_cast<const RsaKey&>(key); in GetRsaKey()
/system/keymaster/include/keymaster/km_openssl/
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
/system/keymaster/include/keymaster/legacy_support/
Drsa_keymaster1_key.h78 class RsaKeymaster1Key : public RsaKey {
82 : RsaKey(rsa_key, move(hw_enforced), move(sw_enforced), key_factory) {} in RsaKeymaster1Key()
/system/keymaster/ng/include/
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()
/system/keymaster/include/keymaster/
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()