Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/
Dkey.h60 const KeyFactory* key_factory() const { return key_factory_; } in key_factory() function
61 const KeyFactory*& key_factory() { return key_factory_; } in key_factory() function
65 const KeyFactory* key_factory) in Key()
/system/keymaster/include/keymaster/km_openssl/
Dasymmetric_key.h29 const KeyFactory* key_factory) in AsymmetricKey()
Dhmac_key.h52 AuthorizationSet&& sw_enforced, const KeyFactory* key_factory) in HmacKey()
Daes_key.h54 AuthorizationSet&& sw_enforced, const KeyFactory* key_factory) in AesKey()
Dec_key.h43 const KeyFactory* key_factory) in EcKey()
Drsa_key.h46 const KeyFactory* key_factory) in RsaKey()
Dtriple_des_key.h55 AuthorizationSet&& sw_enforced, const KeyFactory* key_factory) in TripleDesKey()
/system/keymaster/include/keymaster/legacy_support/
Dec_keymaster1_key.h79 AuthorizationSet&& sw_enforced, const KeyFactory* key_factory) in EcdsaKeymaster1Key()
Drsa_keymaster1_key.h81 const KeyFactory* key_factory) in RsaKeymaster1Key()
Dkeymaster_passthrough_key.h84 AuthorizationSet&& sw_enforced, const KeyFactory* key_factory, in KeymasterPassthroughKey()
/system/keymaster/km_openssl/
Dsymmetric_key.cpp107 AuthorizationSet&& sw_enforced, const KeyFactory* key_factory) in SymmetricKey()
/system/keymaster/contexts/
Dsoft_keymaster_context.cpp122 KeyFactory* key_factory = GetKeyFactory(algorithm); in GetOperationFactory() local
Dpure_soft_keymaster_context.cpp118 KeyFactory* key_factory = GetKeyFactory(algorithm); in GetOperationFactory() local