Home
last modified time | relevance | path

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

12

/system/keymaster/include/keymaster/km_openssl/
Decdsa_operation.h35 EcdsaOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in EcdsaOperation()
58 EcdsaSignOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in EcdsaSignOperation()
74 EcdsaVerifyOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in EcdsaVerifyOperation()
90 Ed25519SignOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in Ed25519SignOperation()
122 Operation* InstantiateOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in InstantiateOperation()
137 Operation* InstantiateOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in InstantiateOperation()
Drsa_operation.h38 RsaOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaOperation()
94 RsaSignOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaSignOperation()
118 RsaVerifyOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaVerifyOperation()
142 RsaCryptOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaCryptOperation()
169 RsaEncryptOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaEncryptOperation()
183 RsaDecryptOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaDecryptOperation()
248 RsaOperation* InstantiateOperation(AuthorizationSet&& hw_enforced, in InstantiateOperation()
261 RsaOperation* InstantiateOperation(AuthorizationSet&& hw_enforced, in InstantiateOperation()
275 RsaOperation* InstantiateOperation(AuthorizationSet&& hw_enforced, in InstantiateOperation()
289 RsaOperation* InstantiateOperation(AuthorizationSet&& hw_enforced, in InstantiateOperation()
Drsa_key.h32 RsaKey(AuthorizationSet hw_enforced, AuthorizationSet sw_enforced, const KeyFactory* factory) in RsaKey()
34 RsaKey(AuthorizationSet hw_enforced, AuthorizationSet sw_enforced, const KeyFactory* factory, in RsaKey()
50 RsaKey(RSA* rsa, AuthorizationSet hw_enforced, AuthorizationSet sw_enforced, in RsaKey()
Dec_key.h32 EcKey(AuthorizationSet hw_enforced, AuthorizationSet sw_enforced, const KeyFactory* factory) in EcKey()
34 EcKey(AuthorizationSet hw_enforced, AuthorizationSet sw_enforced, const KeyFactory* factory, in EcKey()
47 EcKey(EC_KEY* ec_key, AuthorizationSet hw_enforced, AuthorizationSet sw_enforced, in EcKey()
Decdh_operation.h35 EcdhOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, EVP_PKEY* key) in EcdhOperation()
56 X25519Operation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, EVP_PKEY* key) in X25519Operation()
Dcurve25519_key.h39 Curve25519Key(AuthorizationSet hw_enforced, AuthorizationSet sw_enforced, in Curve25519Key()
42 Curve25519Key(AuthorizationSet hw_enforced, AuthorizationSet sw_enforced, in Curve25519Key()
Dasymmetric_key.h31 AsymmetricKey(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in AsymmetricKey()
/system/keymaster/include/keymaster/
Dkey.h47 const AuthorizationSet& hw_enforced() const { return hw_enforced_; } in hw_enforced() function
49 AuthorizationSet& hw_enforced() { return hw_enforced_; } in hw_enforced() function
69 Key(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in Key()
/system/keymaster/km_openssl/
Dcurve25519_key.cpp23 bool IsEd25519Key(const AuthorizationSet& hw_enforced, const AuthorizationSet& sw_enforced) { in IsEd25519Key()
31 bool IsX25519Key(const AuthorizationSet& hw_enforced, const AuthorizationSet& sw_enforced) { in IsX25519Key()
Dsymmetric_key.cpp39 AuthorizationSet* hw_enforced, in GenerateKey()
72 AuthorizationSet* hw_enforced, in ImportKey()
108 SymmetricKey::SymmetricKey(KeymasterKeyBlob&& key_material, AuthorizationSet&& hw_enforced, in SymmetricKey()
Drsa_key_factory.cpp57 AuthorizationSet* hw_enforced, in GenerateKey()
127 AuthorizationSet* hw_enforced, in ImportKey()
214 keymaster_error_t RsaKeyFactory::CreateEmptyKey(AuthorizationSet&& hw_enforced, in CreateEmptyKey()
Dec_key_factory.cpp87 AuthorizationSet* hw_enforced, in GenerateKey()
208 AuthorizationSet* hw_enforced, in ImportKey()
290 AuthorizationSet* hw_enforced, in ImportRawKey()
505 keymaster_error_t EcKeyFactory::CreateEmptyKey(AuthorizationSet&& hw_enforced, in CreateEmptyKey()
/system/keymaster/include/keymaster/legacy_support/
Dkeymaster_passthrough_key.h48 KeymasterKeyBlob* key_blob, AuthorizationSet* hw_enforced, in GenerateKey()
59 KeymasterKeyBlob* output_key_blob, AuthorizationSet* hw_enforced, in ImportKey()
85 KeymasterPassthroughKey(KeymasterKeyBlob&& key_material, AuthorizationSet&& hw_enforced, in KeymasterPassthroughKey()
Dkeymaster1_legacy_support.h71 AuthorizationSet* hw_enforced, // in GenerateKey()
91 AuthorizationSet* hw_enforced, // in ImportKey()
108 AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in LoadKey()
Dec_keymaster1_key.h80 EcdsaKeymaster1Key(EC_KEY* ecdsa_key, AuthorizationSet&& hw_enforced, in EcdsaKeymaster1Key()
Drsa_keymaster1_key.h82 RsaKeymaster1Key(RSA* rsa_key, AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaKeymaster1Key()
/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()
257 uint32_t os_patchlevel, AuthorizationSet* hw_enforced, in SetKeyBlobAuthorizations()
390 keymaster_error_t ExtendKeyBlobAuthorizations(AuthorizationSet* hw_enforced, in ExtendKeyBlobAuthorizations()
Dintegrity_assured_key_blob.cpp77 const AuthorizationSet& hw_enforced, in SerializeIntegrityAssuredBlob()
100 AuthorizationSet* hw_enforced, in DeserializeIntegrityAssuredBlob()
121 AuthorizationSet* hw_enforced, in DeserializeIntegrityAssuredBlob_NoHmacCheck()
Dauth_encrypted_key_blob.cpp52 const AuthorizationSet& hw_enforced, // in BuildDerivationInfo()
93 const AuthorizationSet& hw_enforced, // in DeriveAesGcmKeyEncryptionKey()
124 KmErrorOr<EncryptedKey> AesGcmEncryptKey(const AuthorizationSet& hw_enforced, // in AesGcmEncryptKey()
206 const AuthorizationSet& hw_enforced, in SerializeAuthEncryptedBlob()
304 const AuthorizationSet& hw_enforced, const AuthorizationSet& sw_enforced, in EncryptKey()
/system/keymaster/legacy_support/
Drsa_keymaster1_key.cpp90 AuthorizationSet* hw_enforced, in GenerateKey()
105 AuthorizationSet* hw_enforced, // in ImportKey()
116 AuthorizationSet&& hw_enforced, in LoadKey()
Dkeymaster_passthrough_engine.cpp201 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) { in ConvertCharacteristics()
209 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) const { in GenerateKey()
229 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) const { in GenerateKey()
250 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) const { in ImportKey()
275 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) const { in ImportKey()
Dec_keymaster1_key.cpp70 AuthorizationSet* hw_enforced, in GenerateKey()
94 AuthorizationSet* hw_enforced, // in ImportKey()
105 AuthorizationSet&& hw_enforced, in LoadKey()
/system/keymaster/contexts/
Dsoft_keymaster_context.cpp144 uint32_t os_patchlevel, AuthorizationSet* hw_enforced, in SetAuthorizations()
186 AuthorizationSet* hw_enforced, in CreateKeyBlob()
261 AuthorizationSet hw_enforced; in ParseKeyBlob() local
314 AuthorizationSet hw_enforced, sw_enforced; in DeleteKey() local
340 KeymasterKeyBlob* key_material, AuthorizationSet* hw_enforced, in ParseKeymaster1HwBlob()
Dkeymaster1_passthrough_context.cpp121 AuthorizationSet* hw_enforced, AuthorizationSet* sw_enforced) { in parseKeymaster1HwBlob()
148 AuthorizationSet hw_enforced; in ParseKeyBlob() local
186 AuthorizationSet hw_enforced, sw_enforced; in DeleteKey() local
218 const KeymasterKeyBlob& key_material, KeymasterKeyBlob* blob, AuthorizationSet* hw_enforced, in CreateKeyBlob()

12