Home
last modified time | relevance | path

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

1234

/aosp_15_r20/system/keymaster/include/keymaster/km_openssl/
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DAttestKeyTest.cpp96 AuthorizationSet hw_enforced = HwEnforcedAuthorizations(attested_key_characteristics); in TEST_P() local
270 AuthorizationSet hw_enforced = HwEnforcedAuthorizations(attest_key_characteristics); in TEST_P() local
374 AuthorizationSet hw_enforced = HwEnforcedAuthorizations(attested_key_characteristics); in TEST_P() local
452 AuthorizationSet hw_enforced = HwEnforcedAuthorizations(attested_key_characteristics); in TEST_P() local
556 AuthorizationSet hw_enforced = HwEnforcedAuthorizations(attested_key_characteristics); in TEST_P() local
670 AuthorizationSet hw_enforced = HwEnforcedAuthorizations(attested_key_characteristics); in TEST_P() local
807 AuthorizationSet hw_enforced = HwEnforcedAuthorizations(attested_key_characteristics); in TEST_P() local
934 AuthorizationSet hw_enforced = HwEnforcedAuthorizations(attested_key_characteristics); in TEST_P() local
1006 AuthorizationSet hw_enforced = HwEnforcedAuthorizations(attested_key_characteristics); in TEST_P() local
H A DDeviceUniqueAttestationTest.cpp32 const AuthorizationSet& hw_enforced) { in CheckUniqueAttestationResults()
159 AuthorizationSetBuilder hw_enforced = in TEST_P() local
217 AuthorizationSetBuilder hw_enforced = in TEST_P() local
287 AuthorizationSetBuilder hw_enforced = in TEST_P() local
/aosp_15_r20/system/keymaster/legacy_support/
H A 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()
H A Drsa_keymaster1_key.cpp90 AuthorizationSet* hw_enforced, in GenerateKey()
105 AuthorizationSet* hw_enforced, // in ImportKey()
116 AuthorizationSet&& hw_enforced, in LoadKey()
H A Dec_keymaster1_key.cpp70 AuthorizationSet* hw_enforced, in GenerateKey()
94 AuthorizationSet* hw_enforced, // in ImportKey()
105 AuthorizationSet&& hw_enforced, in LoadKey()
/aosp_15_r20/system/keymaster/key_blob_utils/
H A 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()
391 keymaster_error_t ExtendKeyBlobAuthorizations(AuthorizationSet* hw_enforced, in ExtendKeyBlobAuthorizations()
H A 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()
H A 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()
H A Dintegrity_assured_key_blob.cpp77 const AuthorizationSet& hw_enforced, in SerializeIntegrityAssuredBlob()
100 AuthorizationSet* hw_enforced, in DeserializeIntegrityAssuredBlob()
121 AuthorizationSet* hw_enforced, in DeserializeIntegrityAssuredBlob_NoHmacCheck()
/aosp_15_r20/system/keymaster/contexts/
H A 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()
H A 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()
/aosp_15_r20/trusty/user/app/keymaster/
Dtrusty_aes_key.cpp57 AuthorizationSet* hw_enforced, in CreateHwStorageKeyBlob()
138 AuthorizationSet* hw_enforced, in GenerateKey()
166 AuthorizationSet* hw_enforced, in ImportKey()
193 AuthorizationSet&& hw_enforced, in LoadKey()
/aosp_15_r20/device/google/cuttlefish/host/commands/secure_env/
Dtpm_key_blob_maker.cpp45 keymaster::AuthorizationSet* hw_enforced, in SplitEnforcedProperties()
189 AuthorizationSet* hw_enforced, in CreateKeyBlob()
216 const KeymasterKeyBlob& key_material, const AuthorizationSet& hw_enforced, in UnvalidatedCreateKeyBlob()
246 const keymaster_key_blob_t& blob, AuthorizationSet* hw_enforced, in UnwrapKeyBlob()
/aosp_15_r20/system/keymaster/km_openssl/
H A Dec_key_factory.cpp88 AuthorizationSet* hw_enforced, in GenerateKey()
209 AuthorizationSet* hw_enforced, in ImportKey()
291 AuthorizationSet* hw_enforced, in ImportRawKey()
506 keymaster_error_t EcKeyFactory::CreateEmptyKey(AuthorizationSet&& hw_enforced, in CreateEmptyKey()
H A Dsymmetric_key.cpp40 AuthorizationSet* hw_enforced, in GenerateKey()
73 AuthorizationSet* hw_enforced, in ImportKey()
109 SymmetricKey::SymmetricKey(KeymasterKeyBlob&& key_material, AuthorizationSet&& hw_enforced, in SymmetricKey()
H A Drsa_key_factory.cpp58 AuthorizationSet* hw_enforced, in GenerateKey()
128 AuthorizationSet* hw_enforced, in ImportKey()
218 keymaster_error_t RsaKeyFactory::CreateEmptyKey(AuthorizationSet&& hw_enforced, in CreateEmptyKey()
/aosp_15_r20/system/keymaster/include/keymaster/
H A 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()
/aosp_15_r20/system/keymaster/include/keymaster/legacy_support/
H A 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()
H A Dkeymaster1_legacy_support.h71 AuthorizationSet* hw_enforced, // in GenerateKey()
91 AuthorizationSet* hw_enforced, // in ImportKey()
108 AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in LoadKey()
/aosp_15_r20/system/keymint/common/src/keyblob/
H A Dlegacy.rs82 pub hw_enforced: Vec<KeyParam>, field
159 let hw_enforced = crate::tag::legacy::deserialize(&mut data)?; in deserialize() localVariable
188 pub hw_enforced: Vec<KeyParam>, field
245 let hw_enforced = crate::tag::legacy::deserialize(&mut data)?; in deserialize() localVariable

1234