Searched refs:blob_maker (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/system/keymaster/include/keymaster/ |
H A D | soft_key_factory.h | 44 explicit SoftKeyFactoryMixin(const SoftwareKeyBlobMaker& blob_maker) in SoftKeyFactoryMixin() argument 45 : blob_maker_(blob_maker) {} in SoftKeyFactoryMixin()
|
/aosp_15_r20/system/keymaster/include/keymaster/km_openssl/ |
H A D | aes_key.h | 32 explicit AesKeyFactory(const SoftwareKeyBlobMaker& blob_maker, in AesKeyFactory() argument 34 : SymmetricKeyFactory(blob_maker, random_source) {} in AesKeyFactory()
|
H A D | hmac_key.h | 31 explicit HmacKeyFactory(const SoftwareKeyBlobMaker& blob_maker, in HmacKeyFactory() argument 33 : SymmetricKeyFactory(blob_maker, random_source) {} in HmacKeyFactory()
|
H A D | triple_des_key.h | 30 explicit TripleDesKeyFactory(const SoftwareKeyBlobMaker& blob_maker, in TripleDesKeyFactory() argument 32 : SymmetricKeyFactory(blob_maker, random_source) {} in TripleDesKeyFactory()
|
H A D | rsa_key_factory.h | 29 explicit RsaKeyFactory(const SoftwareKeyBlobMaker& blob_maker, const KeymasterContext& context) in RsaKeyFactory() argument 30 : AsymmetricKeyFactory(context), SoftKeyFactoryMixin(blob_maker) {} in RsaKeyFactory()
|
H A D | ec_key_factory.h | 29 explicit EcKeyFactory(const SoftwareKeyBlobMaker& blob_maker, const KeymasterContext& context) in EcKeyFactory() argument 30 : AsymmetricKeyFactory(context), SoftKeyFactoryMixin(blob_maker) {} in EcKeyFactory()
|
H A D | symmetric_key.h | 31 explicit SymmetricKeyFactory(const SoftwareKeyBlobMaker& blob_maker, in SymmetricKeyFactory() argument 33 : SoftKeyFactoryMixin(blob_maker), random_source_(random_source) {} in SymmetricKeyFactory()
|
/aosp_15_r20/trusty/user/app/keymaster/ |
D | trusty_aes_key.h | 28 explicit TrustyAesKeyFactory(const SoftwareKeyBlobMaker& blob_maker, in TrustyAesKeyFactory() argument 30 : AesKeyFactory(blob_maker, random_source), in TrustyAesKeyFactory()
|
/aosp_15_r20/system/keymaster/legacy_support/ |
H A D | ec_keymaster1_key.cpp | 31 EcdsaKeymaster1KeyFactory::EcdsaKeymaster1KeyFactory(const SoftwareKeyBlobMaker& blob_maker, in EcdsaKeymaster1KeyFactory() argument 34 : EcKeyFactory(blob_maker, context), engine_(engine), in EcdsaKeymaster1KeyFactory()
|
H A D | rsa_keymaster1_key.cpp | 29 RsaKeymaster1KeyFactory::RsaKeymaster1KeyFactory(const SoftwareKeyBlobMaker& blob_maker, in RsaKeymaster1KeyFactory() argument 32 : RsaKeyFactory(blob_maker, context), engine_(engine), in RsaKeymaster1KeyFactory()
|
/aosp_15_r20/system/keymaster/include/keymaster/legacy_support/ |
H A D | ec_keymaster1_key.h | 42 EcdsaKeymaster1KeyFactory(const SoftwareKeyBlobMaker& blob_maker,
|
H A D | rsa_keymaster1_key.h | 43 RsaKeymaster1KeyFactory(const SoftwareKeyBlobMaker& blob_maker, const KeymasterContext& context,
|