Home
last modified time | relevance | path

Searched defs:key_material (Results 1 – 25 of 33) sorted by relevance

12

/system/keymaster/key_blob_utils/
Dintegrity_assured_key_blob.cpp75 keymaster_error_t SerializeIntegrityAssuredBlob(const KeymasterKeyBlob& key_material, in SerializeIntegrityAssuredBlob()
99 KeymasterKeyBlob* key_material, in DeserializeIntegrityAssuredBlob()
120 KeymasterKeyBlob* key_material, in DeserializeIntegrityAssuredBlob_NoHmacCheck()
Dsoftware_keyblobs.cpp166 KeymasterKeyBlob* key_material, in ParseOldSoftkeymasterBlob()
238 KeymasterKeyBlob* key_material, in ParseAuthEncryptedBlob()
/system/keymaster/include/keymaster/
Dkey.h52 const KeymasterKeyBlob& key_material() const { return key_material_; } in key_material() function
53 KeymasterKeyBlob& key_material() { return key_material_; } in key_material() function
/system/keymaster/contexts/
Dkeymaster1_passthrough_context.cpp120 const AuthorizationSet& additional_params, KeymasterKeyBlob* key_material, in parseKeymaster1HwBlob()
150 KeymasterKeyBlob key_material; in ParseKeyBlob() local
185 KeymasterKeyBlob key_material; in DeleteKey() local
218 const KeymasterKeyBlob& key_material, KeymasterKeyBlob* blob, AuthorizationSet* hw_enforced, in CreateKeyBlob()
Dsoft_keymaster_context.cpp184 const KeymasterKeyBlob& key_material, in CreateKeyBlob()
263 KeymasterKeyBlob key_material; in ParseKeyBlob() local
313 KeymasterKeyBlob key_material; in DeleteKey() local
340 KeymasterKeyBlob* key_material, AuthorizationSet* hw_enforced, in ParseKeymaster1HwBlob()
Dpure_soft_keymaster_context.cpp179 const KeymasterKeyBlob& key_material, in CreateKeyBlob()
302 KeymasterKeyBlob key_material; in ParseKeyBlob() local
532 KeymasterKeyBlob key_material = {output.peek_read(), output.available_read()}; in UnwrapKey() local
/system/keymaster/km_openssl/
Dsymmetric_key.cpp53 KeymasterKeyBlob key_material(key_data_size); in GenerateKey() local
108 SymmetricKey::SymmetricKey(KeymasterKeyBlob&& key_material, AuthorizationSet&& hw_enforced, in SymmetricKey()
Dtriple_des_key.cpp44 keymaster_error_t TripleDesKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey()
Daes_key.cpp44 keymaster_error_t AesKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey()
Dhmac_key.cpp42 keymaster_error_t HmacKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey()
Dasymmetric_key_factory.cpp43 keymaster_error_t AsymmetricKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey()
Drsa_key_factory.cpp95 KeymasterKeyBlob key_material; in GenerateKey() local
170 const KeymasterKeyBlob& key_material, in UpdateImportKeyDescription()
Dec_key_factory.cpp109 KeymasterKeyBlob key_material; in GenerateKey() local
378 const KeymasterKeyBlob& key_material, in UpdateImportKeyDescription()
/system/keymaster/include/keymaster/km_openssl/
Dcurve25519_key.h43 const KeyFactory* factory, const KeymasterKeyBlob& key_material) in Curve25519Key()
Dhmac_key.h53 HmacKey(KeymasterKeyBlob&& key_material, AuthorizationSet&& hw_enforced, in HmacKey()
Daes_key.h55 AesKey(KeymasterKeyBlob&& key_material, AuthorizationSet&& hw_enforced, in AesKey()
Dtriple_des_key.h56 TripleDesKey(KeymasterKeyBlob&& key_material, AuthorizationSet&& hw_enforced, in TripleDesKey()
/system/keymaster/android_keymaster/
Dandroid_keymaster_messages.cpp28 void set_key_blob(keymaster_key_blob_t* key_blob, const void* key_material, size_t length) { in set_key_blob()
377 void GetKeyCharacteristicsRequest::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()
409 void BeginOperationRequest::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()
608 void ImportKeyResponse::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()
638 void ExportKeyRequest::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()
659 void ExportKeyResponse::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()
683 void DeleteKeyRequest::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()
728 void AttestKeyRequest::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()
762 void UpgradeKeyRequest::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()
872 void ImportWrappedKeyRequest::SetWrappedMaterial(const void* key_material, size_t length) { in SetWrappedMaterial()
[all …]
/system/keymaster/legacy_support/
Dkeymaster_passthrough_key.cpp24 keymaster_error_t KeymasterPassthroughKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey()
Dkeymaster1_legacy_support.cpp264 KeymasterKeyBlob&& key_material, const AuthorizationSet& additional_params, in LoadKey()
283 KeymasterKeyBlob&& key_material, const AuthorizationSet& additional_params, in LoadKey()
/system/keymaster/include/keymaster/legacy_support/
Dkeymaster1_engine.h64 KeymasterKeyBlob key_material; member
Dkeymaster_passthrough_key.h85 KeymasterPassthroughKey(KeymasterKeyBlob&& key_material, AuthorizationSet&& hw_enforced, in KeymasterPassthroughKey()
Dkeymaster1_legacy_support.h106 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material, in LoadKey()
/system/keymint/tests/src/bin/
Dauth-keyblob-parse.rs101 let key_material = match algo_val { in process() localVariable
/system/keymint/common/src/keyblob/
Dlegacy.rs158 pub key_material: Vec<u8>, field
214 let key_material = consume_vec(&mut data)?; in deserialize() localVariable

12