Searched refs:RsaKey (Results 1 – 7 of 7) sorted by relevance
/system/keymaster/km_openssl/ |
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()
|
D | rsa_key_factory.cpp | 104 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()
|
D | rsa_operation.cpp | 38 const RsaKey& rsa_key = static_cast<const RsaKey&>(key); in GetRsaKey()
|
/system/keymaster/include/keymaster/km_openssl/ |
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
|
/system/keymaster/include/keymaster/legacy_support/ |
D | rsa_keymaster1_key.h | 78 class RsaKeymaster1Key : public RsaKey { 82 : RsaKey(rsa_key, move(hw_enforced), move(sw_enforced), key_factory) {} in RsaKeymaster1Key()
|
/system/keymaster/ng/include/ |
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()
|
/system/keymaster/include/keymaster/ |
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()
|