/system/keymaster/include/keymaster/ |
D | key.h | 50 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/ |
D | android_keymaster_messages.cpp | 26 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/ |
D | soft_keymaster_context.cpp | 198 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()
|
D | keymaster1_passthrough_context.cpp | 113 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()
|
D | pure_soft_keymaster_context.cpp | 110 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/ |
D | integrity_assured_key_blob.cpp | 79 keymaster_error_t SerializeIntegrityAssuredBlob(const KeymasterKeyBlob& key_material, in SerializeIntegrityAssuredBlob() 104 KeymasterKeyBlob* key_material, in DeserializeIntegrityAssuredBlob() 127 KeymasterKeyBlob* key_material, in DeserializeIntegrityAssuredBlob_NoHmacCheck()
|
D | software_keyblobs.cpp | 173 const KeymasterKeyBlob& blob, KeymasterKeyBlob* key_material, AuthorizationSet* hw_enforced, in ParseOldSoftkeymasterBlob() 245 KeymasterKeyBlob* key_material, in ParseOcbAuthEncryptedBlob()
|
/system/keymaster/km_openssl/ |
D | symmetric_key.cpp | 50 KeymasterKeyBlob key_material(key_data_size); in GenerateKey() local 104 SymmetricKey::SymmetricKey(KeymasterKeyBlob&& key_material, in SymmetricKey()
|
D | triple_des_key.cpp | 44 keymaster_error_t TripleDesKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey()
|
D | aes_key.cpp | 44 keymaster_error_t AesKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey()
|
D | rsa_key_factory.cpp | 94 KeymasterKeyBlob key_material; in GenerateKey() local 126 const KeymasterKeyBlob& key_material, in UpdateImportKeyDescription()
|
D | hmac_key.cpp | 42 keymaster_error_t HmacKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey()
|
D | asymmetric_key_factory.cpp | 41 keymaster_error_t AsymmetricKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey()
|
D | ec_key_factory.cpp | 118 KeymasterKeyBlob key_material; in GenerateKey() local 149 const KeymasterKeyBlob& key_material, in UpdateImportKeyDescription()
|
D | openssl_utils.cpp | 102 const KeymasterKeyBlob& key_material, in KeyMaterialToEvpKey()
|
/system/keymaster/legacy_support/ |
D | ec_keymaster0_key.cpp | 53 KeymasterKeyBlob key_material; in GenerateKey() local 100 keymaster_error_t EcdsaKeymaster0KeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey()
|
D | rsa_keymaster0_key.cpp | 55 KeymasterKeyBlob key_material; in GenerateKey() local 101 keymaster_error_t RsaKeymaster0KeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey()
|
D | keymaster_passthrough_key.cpp | 23 KeymasterPassthroughKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey()
|
D | rsa_keymaster1_key.cpp | 101 keymaster_error_t RsaKeymaster1KeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey()
|
/system/keymaster/include/keymaster/km_openssl/ |
D | hmac_key.h | 53 HmacKey(KeymasterKeyBlob&& key_material, AuthorizationSet&& hw_enforced, in HmacKey()
|
D | aes_key.h | 55 AesKey(KeymasterKeyBlob&& key_material, AuthorizationSet&& hw_enforced, in AesKey()
|
D | triple_des_key.h | 54 TripleDesKey(KeymasterKeyBlob&& key_material, AuthorizationSet&& hw_enforced, in TripleDesKey()
|
/system/keymaster/include/keymaster/legacy_support/ |
D | keymaster1_engine.h | 66 KeymasterKeyBlob key_material; member
|
D | keymaster_passthrough_key.h | 78 KeymasterPassthroughKey(KeymasterKeyBlob&& key_material, AuthorizationSet&& hw_enforced, in KeymasterPassthroughKey()
|
D | keymaster1_legacy_support.h | 99 keymaster_error_t LoadKey(KeymasterKeyBlob&& key_material, in LoadKey()
|