Home
last modified time | relevance | path

Searched defs:hw_enforced (Results 1 – 25 of 46) 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()
166 RsaEncryptOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaEncryptOperation()
180 RsaDecryptOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaDecryptOperation()
245 RsaOperation* InstantiateOperation(AuthorizationSet&& hw_enforced, in InstantiateOperation()
258 RsaOperation* InstantiateOperation(AuthorizationSet&& hw_enforced, in InstantiateOperation()
271 RsaOperation* InstantiateOperation(AuthorizationSet&& hw_enforced, in InstantiateOperation()
284 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()
Drsa_key.h30 RsaKey(AuthorizationSet hw_enforced, AuthorizationSet sw_enforced, const KeyFactory* factory) in RsaKey()
32 RsaKey(AuthorizationSet hw_enforced, AuthorizationSet sw_enforced, const KeyFactory* factory, in RsaKey()
45 RsaKey(RSA* rsa, AuthorizationSet hw_enforced, AuthorizationSet sw_enforced, in RsaKey()
Dec_key.h30 EcKey(AuthorizationSet hw_enforced, AuthorizationSet sw_enforced, const KeyFactory* factory) in EcKey()
32 EcKey(AuthorizationSet hw_enforced, AuthorizationSet sw_enforced, const KeyFactory* factory, in EcKey()
42 EcKey(EC_KEY* ec_key, AuthorizationSet hw_enforced, AuthorizationSet sw_enforced, in EcKey()
Dasymmetric_key.h28 AsymmetricKey(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in AsymmetricKey()
Decdh_operation.h33 EcdhOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, EVP_PKEY* key) in EcdhOperation()
/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()
Doperation.h94 explicit Operation(keymaster_purpose_t purpose, AuthorizationSet&& hw_enforced, in Operation()
109 AuthorizationSet hw_enforced() const { return hw_enforced_; } in hw_enforced() function
/system/keymaster/include/keymaster/legacy_support/
Dkeymaster_passthrough_key.h46 KeymasterKeyBlob* key_blob, AuthorizationSet* hw_enforced, in GenerateKey()
57 KeymasterKeyBlob* output_key_blob, AuthorizationSet* hw_enforced, in ImportKey()
83 KeymasterPassthroughKey(KeymasterKeyBlob&& key_material, AuthorizationSet&& hw_enforced, in KeymasterPassthroughKey()
Dkeymaster1_legacy_support.h70 AuthorizationSet* hw_enforced, // in GenerateKey()
90 AuthorizationSet* hw_enforced, // in ImportKey()
105 AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in LoadKey()
Dec_keymaster1_key.h78 EcdsaKeymaster1Key(EC_KEY* ecdsa_key, AuthorizationSet&& hw_enforced, in EcdsaKeymaster1Key()
Drsa_keymaster1_key.h80 RsaKeymaster1Key(RSA* rsa_key, AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaKeymaster1Key()
/system/keymaster/km_openssl/
Dsymmetric_key.cpp37 AuthorizationSet* hw_enforced, in GenerateKey()
70 AuthorizationSet* hw_enforced, in ImportKey()
106 SymmetricKey::SymmetricKey(KeymasterKeyBlob&& key_material, AuthorizationSet&& hw_enforced, in SymmetricKey()
Drsa_key_factory.cpp55 AuthorizationSet* hw_enforced, in GenerateKey()
126 AuthorizationSet* hw_enforced, in ImportKey()
214 keymaster_error_t RsaKeyFactory::CreateEmptyKey(AuthorizationSet&& hw_enforced, in CreateEmptyKey()
Dec_key_factory.cpp83 AuthorizationSet* hw_enforced, in GenerateKey()
155 AuthorizationSet* hw_enforced, in ImportKey()
285 keymaster_error_t EcKeyFactory::CreateEmptyKey(AuthorizationSet&& hw_enforced, in CreateEmptyKey()
Dtriple_des_key.cpp44 AuthorizationSet&& hw_enforced, in LoadKey()
/system/keymaster/key_blob_utils/
Docb_utils.cpp46 static keymaster_error_t BuildDerivationData(const AuthorizationSet& hw_enforced, in BuildDerivationData()
65 static keymaster_error_t InitializeKeyWrappingContext(const AuthorizationSet& hw_enforced, in InitializeKeyWrappingContext()
112 keymaster_error_t OcbEncryptKey(const AuthorizationSet& hw_enforced, in OcbEncryptKey()
144 keymaster_error_t OcbDecryptKey(const AuthorizationSet& hw_enforced, in OcbDecryptKey()
Dsoftware_keyblobs.cpp93 keymaster_error_t FakeKeyAuthorizations(EVP_PKEY* pubkey, AuthorizationSet* hw_enforced, in FakeKeyAuthorizations()
167 AuthorizationSet* hw_enforced, in ParseOldSoftkeymasterBlob()
239 AuthorizationSet* hw_enforced, in ParseAuthEncryptedBlob()
253 uint32_t os_patchlevel, AuthorizationSet* hw_enforced, in SetKeyBlobAuthorizations()
384 keymaster_error_t ExtendKeyBlobAuthorizations(AuthorizationSet* hw_enforced, in ExtendKeyBlobAuthorizations()
Dauth_encrypted_key_blob.cpp54 Buffer BuildAesGcmInfo(const AuthorizationSet& hw_enforced, const AuthorizationSet& sw_enforced, in BuildAesGcmInfo()
79 Buffer DeriveAesGcmKeyEncryptionKey(const AuthorizationSet& hw_enforced, in DeriveAesGcmKeyEncryptionKey()
114 EncryptedKey AesGcmEncryptKey(const AuthorizationSet& hw_enforced, // in AesGcmEncryptKey()
207 const AuthorizationSet& hw_enforced, in SerializeAuthEncryptedBlob()
291 const AuthorizationSet& hw_enforced, const AuthorizationSet& sw_enforced, in EncryptKey()
Dintegrity_assured_key_blob.cpp77 const AuthorizationSet& hw_enforced, in SerializeIntegrityAssuredBlob()
100 AuthorizationSet* hw_enforced, in DeserializeIntegrityAssuredBlob()
121 AuthorizationSet* hw_enforced, in DeserializeIntegrityAssuredBlob_NoHmacCheck()
/system/keymaster/legacy_support/
Drsa_keymaster1_key.cpp87 AuthorizationSet* hw_enforced, in GenerateKey()
102 AuthorizationSet* hw_enforced, // in ImportKey()
113 AuthorizationSet&& hw_enforced, in LoadKey()
Dec_keymaster1_key.cpp69 AuthorizationSet* hw_enforced, in GenerateKey()
93 AuthorizationSet* hw_enforced, // in ImportKey()
104 AuthorizationSet&& hw_enforced, in LoadKey()
Dkeymaster_passthrough_engine.cpp199 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) { in ConvertCharacteristics()
207 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) const { in GenerateKey()
227 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) const { in GenerateKey()
248 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) const { in ImportKey()
273 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) const { in ImportKey()
/system/keymaster/contexts/
Dsoft_keymaster_context.cpp141 uint32_t os_patchlevel, AuthorizationSet* hw_enforced, in SetAuthorizations()
183 AuthorizationSet* hw_enforced, in CreateKeyBlob()
258 AuthorizationSet hw_enforced; in ParseKeyBlob() local
311 AuthorizationSet hw_enforced, sw_enforced; in DeleteKey() local
337 KeymasterKeyBlob* key_material, AuthorizationSet* hw_enforced, in ParseKeymaster1HwBlob()
Dkeymaster1_passthrough_context.cpp119 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) { in parseKeymaster1HwBlob()
146 AuthorizationSet hw_enforced; in ParseKeyBlob() local
184 AuthorizationSet hw_enforced, sw_enforced; in DeleteKey() local
216 const KeymasterKeyBlob& key_material, KeymasterKeyBlob* blob, AuthorizationSet* hw_enforced, in CreateKeyBlob()

12