Home
last modified time | relevance | path

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

12

/system/keymaster/include/keymaster/
Dkey.h50 const KeymasterKeyBlob& key_material() const { return key_material_; } in key_material() function
51 KeymasterKeyBlob& key_material() { return key_material_; } in key_material() function
/system/keymaster/android_keymaster/
Dandroid_keymaster_messages.cpp26 static void set_key_blob(keymaster_key_blob_t* key_blob, const void* key_material, size_t length) { in set_key_blob()
116 void GetKeyCharacteristicsRequest::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()
148 void BeginOperationRequest::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()
325 void ImportKeyRequest::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()
354 void ImportKeyResponse::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()
373 void ExportKeyRequest::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()
394 void ExportKeyResponse::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()
418 void DeleteKeyRequest::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()
464 void AttestKeyRequest::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()
548 void UpgradeKeyRequest::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()
[all …]
/system/keymaster/contexts/
Dsoft_keymaster_context.cpp198 const KeymasterKeyBlob& key_material, in CreateKeyBlob()
280 KeymasterKeyBlob key_material; in ParseKeyBlob() local
337 KeymasterKeyBlob key_material; in DeleteKey() local
358 KeymasterKeyBlob key_material; in DeleteKey() local
397 KeymasterKeyBlob* key_material, AuthorizationSet* hw_enforced, in ParseKeymaster1HwBlob()
428 KeymasterKeyBlob* key_material, in ParseKeymaster0HwBlob()
Dkeymaster1_passthrough_context.cpp113 KeymasterKeyBlob* key_material, in parseKeymaster1HwBlob()
145 KeymasterKeyBlob key_material; in ParseKeyBlob() local
181 KeymasterKeyBlob key_material; in DeleteKey() local
215 const KeymasterKeyBlob& key_material, in CreateKeyBlob()
Dpure_soft_keymaster_context.cpp110 const KeymasterKeyBlob& key_material, in CreateKeyBlob()
165 KeymasterKeyBlob key_material; in ParseKeyBlob() local
319 KeymasterKeyBlob key_material = {output.peek_read(), output.available_read()}; in UnwrapKey() local
/system/keymaster/key_blob_utils/
Dintegrity_assured_key_blob.cpp79 keymaster_error_t SerializeIntegrityAssuredBlob(const KeymasterKeyBlob& key_material, in SerializeIntegrityAssuredBlob()
104 KeymasterKeyBlob* key_material, in DeserializeIntegrityAssuredBlob()
127 KeymasterKeyBlob* key_material, in DeserializeIntegrityAssuredBlob_NoHmacCheck()
Dsoftware_keyblobs.cpp173 const KeymasterKeyBlob& blob, KeymasterKeyBlob* key_material, AuthorizationSet* hw_enforced, in ParseOldSoftkeymasterBlob()
245 KeymasterKeyBlob* key_material, in ParseOcbAuthEncryptedBlob()
/system/keymaster/km_openssl/
Dsymmetric_key.cpp50 KeymasterKeyBlob key_material(key_data_size); in GenerateKey() local
104 SymmetricKey::SymmetricKey(KeymasterKeyBlob&& key_material, 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()
Drsa_key_factory.cpp94 KeymasterKeyBlob key_material; in GenerateKey() local
126 const KeymasterKeyBlob& key_material, in UpdateImportKeyDescription()
Dhmac_key.cpp42 keymaster_error_t HmacKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey()
Dasymmetric_key_factory.cpp41 keymaster_error_t AsymmetricKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey()
Dec_key_factory.cpp118 KeymasterKeyBlob key_material; in GenerateKey() local
149 const KeymasterKeyBlob& key_material, in UpdateImportKeyDescription()
Dopenssl_utils.cpp102 const KeymasterKeyBlob& key_material, in KeyMaterialToEvpKey()
/system/keymaster/legacy_support/
Dec_keymaster0_key.cpp53 KeymasterKeyBlob key_material; in GenerateKey() local
100 keymaster_error_t EcdsaKeymaster0KeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey()
Drsa_keymaster0_key.cpp55 KeymasterKeyBlob key_material; in GenerateKey() local
101 keymaster_error_t RsaKeymaster0KeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey()
Dkeymaster_passthrough_key.cpp23 KeymasterPassthroughKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey()
Drsa_keymaster1_key.cpp101 keymaster_error_t RsaKeymaster1KeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey()
/system/keymaster/include/keymaster/km_openssl/
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.h54 TripleDesKey(KeymasterKeyBlob&& key_material, AuthorizationSet&& hw_enforced, in TripleDesKey()
/system/keymaster/include/keymaster/legacy_support/
Dkeymaster1_engine.h66 KeymasterKeyBlob key_material; member
Dkeymaster_passthrough_key.h78 KeymasterPassthroughKey(KeymasterKeyBlob&& key_material, AuthorizationSet&& hw_enforced, in KeymasterPassthroughKey()
Dkeymaster1_legacy_support.h99 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material, in LoadKey()

12