Home
last modified time | relevance | path

Searched defs:sw_enforced (Results 1 – 24 of 24) sorted by relevance

/system/keymaster/
Dec_key.h31 EcKey(const AuthorizationSet& hw_enforced, const AuthorizationSet& sw_enforced, in EcKey()
41 EcKey(EC_KEY* ec_key, const AuthorizationSet& hw_enforced, const AuthorizationSet& sw_enforced, in EcKey()
Drsa_key.h28 RsaKey(const AuthorizationSet& hw_enforced, const AuthorizationSet& sw_enforced, in RsaKey()
45 RsaKey(RSA* rsa, const AuthorizationSet& hw_enforced, const AuthorizationSet& sw_enforced, in RsaKey()
Dauth_encrypted_key_blob.cpp31 const AuthorizationSet& sw_enforced, in SerializeAuthEncryptedBlob()
60 AuthorizationSet* sw_enforced, Buffer* nonce, in DeserializeUnversionedBlob()
85 AuthorizationSet* sw_enforced, Buffer* nonce, in DeserializeAuthEncryptedBlob()
Docb_utils.cpp49 const AuthorizationSet& sw_enforced, in BuildDerivationData()
69 const AuthorizationSet& sw_enforced, in InitializeKeyWrappingContext()
119 const AuthorizationSet& sw_enforced, const AuthorizationSet& hidden, in OcbEncryptKey()
155 const AuthorizationSet& sw_enforced, const AuthorizationSet& hidden, in OcbDecryptKey()
Dasymmetric_key.h28 AsymmetricKey(const AuthorizationSet& hw_enforced, const AuthorizationSet& sw_enforced, in AsymmetricKey()
Dkey.cpp27 Key::Key(const AuthorizationSet& hw_enforced, const AuthorizationSet& sw_enforced, in Key()
Dec_keymaster0_key.cpp101 const AuthorizationSet& sw_enforced, in LoadKey()
123 const AuthorizationSet& sw_enforced, in EcKeymaster0Key()
Drsa_keymaster0_key.cpp104 const AuthorizationSet& sw_enforced, in LoadKey()
129 const AuthorizationSet& sw_enforced, in RsaKeymaster0Key()
Dintegrity_assured_key_blob.cpp83 const AuthorizationSet& sw_enforced, in SerializeIntegrityAssuredBlob()
107 AuthorizationSet* sw_enforced) { in DeserializeIntegrityAssuredBlob()
Dec_keymaster1_key.cpp86 const AuthorizationSet& sw_enforced, in LoadKey()
121 const AuthorizationSet& sw_enforced, in EcdsaKeymaster1Key()
Drsa_keymaster1_key.cpp107 const AuthorizationSet& sw_enforced, in LoadKey()
143 const AuthorizationSet& sw_enforced, in RsaKeymaster1Key()
Dhmac_key.h50 const AuthorizationSet& sw_enforced, keymaster_error_t* error) in HmacKey()
Daes_key.h54 const AuthorizationSet& sw_enforced, keymaster_error_t* error) in AesKey()
Dandroid_keymaster.cpp200 const AuthorizationSet& sw_enforced, in GetKeyFactory()
219 AuthorizationSet sw_enforced; in BeginOperation() local
338 AuthorizationSet sw_enforced; in ExportKey() local
407 AuthorizationSet* sw_enforced, in LoadKey()
Daes_key.cpp47 const AuthorizationSet& sw_enforced, in LoadKey()
Dasymmetric_key_factory.cpp44 const AuthorizationSet& sw_enforced, in LoadKey()
Dhmac_key.cpp45 const AuthorizationSet& sw_enforced, in LoadKey()
Dsymmetric_key.cpp111 const AuthorizationSet& hw_enforced, const AuthorizationSet& sw_enforced, in SymmetricKey()
Dsoft_keymaster_context.cpp142 AuthorizationSet* sw_enforced) { in SetAuthorizations()
199 AuthorizationSet* sw_enforced) { in ParseOcbAuthEncryptedBlob()
Dec_key_factory.cpp193 const AuthorizationSet& sw_enforced, in CreateEmptyKey()
Drsa_key_factory.cpp171 const AuthorizationSet& sw_enforced, in CreateEmptyKey()
Dkeymaster1_engine.cpp70 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) { in ConvertCharacteristics()
Dsoft_keymaster_device.cpp276 const AuthorizationSet& sw_enforced) { in BuildCharacteristics()
Dandroid_keymaster_test_utils.cpp619 AuthorizationSet Keymaster1Test::sw_enforced() { in sw_enforced() function in keymaster::test::Keymaster1Test