Home
last modified time | relevance | path

Searched defs:key_factory (Results 1 – 13 of 13) sorted by relevance

/system/keymaster/include/keymaster/
Dkey.h62 const KeyFactory* key_factory() const { return key_factory_; } in key_factory() function
63 const KeyFactory*& key_factory() { return key_factory_; } in key_factory() function
70 const KeyFactory* key_factory) in Key()
/system/keymaster/include/keymaster/km_openssl/
Dasymmetric_key.h32 const KeyFactory* key_factory) in AsymmetricKey()
Daes_key.h56 AuthorizationSet&& sw_enforced, const KeyFactory* key_factory) in AesKey()
Dhmac_key.h54 AuthorizationSet&& sw_enforced, const KeyFactory* key_factory) in HmacKey()
Dtriple_des_key.h57 AuthorizationSet&& sw_enforced, const KeyFactory* key_factory) in TripleDesKey()
Drsa_key.h51 const KeyFactory* key_factory) in RsaKey()
Dec_key.h48 const KeyFactory* key_factory) in EcKey()
/system/keymaster/include/keymaster/legacy_support/
Dec_keymaster1_key.h81 AuthorizationSet&& sw_enforced, const KeyFactory* key_factory) in EcdsaKeymaster1Key()
Drsa_keymaster1_key.h83 const KeyFactory* key_factory) in RsaKeymaster1Key()
Dkeymaster_passthrough_key.h86 AuthorizationSet&& sw_enforced, const KeyFactory* key_factory, in KeymasterPassthroughKey()
/system/keymaster/km_openssl/
Dsymmetric_key.cpp110 AuthorizationSet&& sw_enforced, const KeyFactory* key_factory) in SymmetricKey()
/system/keymaster/contexts/
Dsoft_keymaster_context.cpp125 KeyFactory* key_factory = GetKeyFactory(algorithm); in GetOperationFactory() local
Dpure_soft_keymaster_context.cpp188 KeyFactory* key_factory = GetKeyFactory(algorithm); in GetOperationFactory() local