Home
last modified time | relevance | path

Searched defs:hw_enforced (Results 1 – 25 of 47) sorted by relevance

12

/system/keymaster/include/keymaster/km_openssl/
Drsa_operation.h36 RsaOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaOperation()
92 RsaSignOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaSignOperation()
116 RsaVerifyOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaVerifyOperation()
140 RsaCryptOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaCryptOperation()
158 RsaEncryptOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaEncryptOperation()
172 RsaDecryptOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaDecryptOperation()
233 RsaOperation* InstantiateOperation(AuthorizationSet&& hw_enforced, in InstantiateOperation()
246 RsaOperation* InstantiateOperation(AuthorizationSet&& hw_enforced, in InstantiateOperation()
259 RsaOperation* InstantiateOperation(AuthorizationSet&& hw_enforced, in InstantiateOperation()
272 RsaOperation* InstantiateOperation(AuthorizationSet&& hw_enforced, in InstantiateOperation()
Decdsa_operation.h32 EcdsaOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in EcdsaOperation()
55 EcdsaSignOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in EcdsaSignOperation()
70 EcdsaVerifyOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in EcdsaVerifyOperation()
99 Operation* InstantiateOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in InstantiateOperation()
109 Operation* InstantiateOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in InstantiateOperation()
Dec_key.h31 EcKey(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in EcKey()
42 EcKey(EC_KEY* ec_key, AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in EcKey()
Drsa_key.h28 RsaKey(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaKey()
45 RsaKey(RSA* rsa, AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaKey()
Dasymmetric_key.h28 AsymmetricKey(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in AsymmetricKey()
/system/keymaster/include/keymaster/
Dkey.h45 const AuthorizationSet& hw_enforced() const { return hw_enforced_; } in hw_enforced() function
47 AuthorizationSet& hw_enforced() { return hw_enforced_; } in hw_enforced() function
64 Key(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in Key()
/system/keymaster/km_openssl/
Dsymmetric_key.cpp35 AuthorizationSet* hw_enforced, in GenerateKey()
68 AuthorizationSet* hw_enforced, in ImportKey()
105 AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in SymmetricKey()
Drsa_key_factory.cpp54 AuthorizationSet* hw_enforced, in GenerateKey()
107 AuthorizationSet* hw_enforced, in ImportKey()
174 keymaster_error_t RsaKeyFactory::CreateEmptyKey(AuthorizationSet&& hw_enforced, in CreateEmptyKey()
Dec_key_factory.cpp76 AuthorizationSet* hw_enforced, in GenerateKey()
131 AuthorizationSet* hw_enforced, in ImportKey()
242 keymaster_error_t EcKeyFactory::CreateEmptyKey(AuthorizationSet&& hw_enforced, in CreateEmptyKey()
/system/keymaster/include/keymaster/legacy_support/
Dkeymaster_passthrough_key.h44 KeymasterKeyBlob* key_blob, AuthorizationSet* hw_enforced, in GenerateKey()
52 KeymasterKeyBlob* output_key_blob, AuthorizationSet* hw_enforced, in ImportKey()
78 KeymasterPassthroughKey(KeymasterKeyBlob&& key_material, AuthorizationSet&& hw_enforced, in KeymasterPassthroughKey()
Dkeymaster1_legacy_support.h72 KeymasterKeyBlob* key_blob, AuthorizationSet* hw_enforced, in GenerateKey()
86 KeymasterKeyBlob* output_key_blob, AuthorizationSet* hw_enforced, in ImportKey()
101 AuthorizationSet&& hw_enforced, in LoadKey()
Drsa_keymaster0_key.h62 RsaKeymaster0Key(RSA* rsa_key, AuthorizationSet&& hw_enforced, in RsaKeymaster0Key()
Dec_keymaster1_key.h71 EcdsaKeymaster1Key(EC_KEY* ecdsa_key, AuthorizationSet&& hw_enforced, in EcdsaKeymaster1Key()
Dec_keymaster0_key.h62 EcKeymaster0Key(EC_KEY* ec_key, AuthorizationSet&& hw_enforced, in EcKeymaster0Key()
/system/keymaster/legacy_support/
Dec_keymaster0_key.cpp38 AuthorizationSet* hw_enforced, in GenerateKey()
71 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) const { in ImportKey()
102 AuthorizationSet&& hw_enforced, in LoadKey()
Drsa_keymaster0_key.cpp38 AuthorizationSet* hw_enforced, in GenerateKey()
73 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) const { in ImportKey()
103 AuthorizationSet&& hw_enforced, in LoadKey()
Drsa_keymaster1_key.cpp84 AuthorizationSet* hw_enforced, in GenerateKey()
94 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) const { in ImportKey()
103 AuthorizationSet&& hw_enforced, in LoadKey()
Dec_keymaster1_key.cpp66 AuthorizationSet* hw_enforced, in GenerateKey()
85 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) const { in ImportKey()
94 AuthorizationSet&& hw_enforced, in LoadKey()
Dkeymaster_passthrough_engine.cpp203 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) { in ConvertCharacteristics()
214 AuthorizationSet* hw_enforced, in GenerateKey()
237 AuthorizationSet* hw_enforced, in GenerateKey()
262 AuthorizationSet* hw_enforced, in ImportKey()
291 AuthorizationSet* hw_enforced, in ImportKey()
/system/keymaster/key_blob_utils/
Dauth_encrypted_key_blob.cpp30 const AuthorizationSet& hw_enforced, in SerializeAuthEncryptedBlob()
59 AuthorizationSet* hw_enforced, in DeserializeUnversionedBlob()
84 AuthorizationSet* hw_enforced, in DeserializeAuthEncryptedBlob()
Docb_utils.cpp47 static keymaster_error_t BuildDerivationData(const AuthorizationSet& hw_enforced, in BuildDerivationData()
67 static keymaster_error_t InitializeKeyWrappingContext(const AuthorizationSet& hw_enforced, in InitializeKeyWrappingContext()
117 keymaster_error_t OcbEncryptKey(const AuthorizationSet& hw_enforced, in OcbEncryptKey()
153 keymaster_error_t OcbDecryptKey(const AuthorizationSet& hw_enforced, in OcbDecryptKey()
Dintegrity_assured_key_blob.cpp80 const AuthorizationSet& hw_enforced, in SerializeIntegrityAssuredBlob()
104 AuthorizationSet* hw_enforced, in DeserializeIntegrityAssuredBlob()
127 AuthorizationSet* hw_enforced, in DeserializeIntegrityAssuredBlob_NoHmacCheck()
Dsoftware_keyblobs.cpp95 AuthorizationSet* hw_enforced, in FakeKeyAuthorizations()
173 const KeymasterKeyBlob& blob, KeymasterKeyBlob* key_material, AuthorizationSet* hw_enforced, in ParseOldSoftkeymasterBlob()
246 AuthorizationSet* hw_enforced, in ParseOcbAuthEncryptedBlob()
264 uint32_t os_patchlevel, AuthorizationSet* hw_enforced, in SetKeyBlobAuthorizations()
/system/keymaster/contexts/
Dsoft_keymaster_context.cpp157 uint32_t os_patchlevel, AuthorizationSet* hw_enforced, in SetAuthorizations()
200 AuthorizationSet* hw_enforced, in CreateKeyBlob()
278 AuthorizationSet hw_enforced; in ParseKeyBlob() local
338 AuthorizationSet hw_enforced, sw_enforced; in DeleteKey() local
359 AuthorizationSet hw_enforced, sw_enforced; in DeleteKey() local
397 KeymasterKeyBlob* key_material, AuthorizationSet* hw_enforced, in ParseKeymaster1HwBlob()
429 AuthorizationSet* hw_enforced, in ParseKeymaster0HwBlob()
Dkeymaster1_passthrough_context.cpp114 AuthorizationSet* hw_enforced, in parseKeymaster1HwBlob()
143 AuthorizationSet hw_enforced; in ParseKeyBlob() local
182 AuthorizationSet hw_enforced, sw_enforced; in DeleteKey() local
217 AuthorizationSet* hw_enforced, in CreateKeyBlob()

12