Home
last modified time | relevance | path

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

/system/keymaster/
Dsymmetric_key.cpp51 KeymasterKeyBlob key_material(key_data_size); in GenerateKey() local
110 SymmetricKey::SymmetricKey(const KeymasterKeyBlob& key_material, in SymmetricKey()
131 keymaster_error_t SymmetricKey::key_material(UniquePtr<uint8_t[]>* key_material, in key_material() argument
Dintegrity_assured_key_blob.cpp80 keymaster_error_t SerializeIntegrityAssuredBlob(const KeymasterKeyBlob& key_material, in SerializeIntegrityAssuredBlob()
105 KeymasterKeyBlob* key_material, in DeserializeIntegrityAssuredBlob()
128 KeymasterKeyBlob* key_material, in DeserializeIntegrityAssuredBlob_NoHmacCheck()
Dsoft_keymaster_context.cpp451 const KeymasterKeyBlob& key_material, in CreateKeyBlob()
471 KeymasterKeyBlob key_material; in UpgradeKeyBlob() local
515 KeymasterKeyBlob* key_material, in ParseOcbAuthEncryptedBlob()
537 const KeymasterKeyBlob& blob, KeymasterKeyBlob* key_material, AuthorizationSet* hw_enforced, in ParseOldSoftkeymasterBlob()
610 KeymasterKeyBlob* key_material, in ParseKeyBlob()
701 KeymasterKeyBlob key_material; in DeleteKey() local
849 KeymasterKeyBlob* key_material, AuthorizationSet* hw_enforced, in ParseKeymaster1HwBlob()
880 KeymasterKeyBlob* key_material, in ParseKeymaster0HwBlob()
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()
98 void GetKeyCharacteristicsRequest::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()
130 void BeginOperationRequest::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()
307 void ImportKeyRequest::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()
336 void ImportKeyResponse::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()
355 void ExportKeyRequest::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()
376 void ExportKeyResponse::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()
400 void DeleteKeyRequest::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()
446 void AttestKeyRequest::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()
530 void UpgradeKeyRequest::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()
Dec_keymaster0_key.cpp53 KeymasterKeyBlob key_material; in GenerateKey() local
100 keymaster_error_t EcdsaKeymaster0KeyFactory::LoadKey(const KeymasterKeyBlob& key_material, in LoadKey()
Drsa_keymaster0_key.cpp55 KeymasterKeyBlob key_material; in GenerateKey() local
101 keymaster_error_t RsaKeymaster0KeyFactory::LoadKey(const KeymasterKeyBlob& key_material, in LoadKey()
Dhmac_key.h49 HmacKey(const KeymasterKeyBlob& key_material, const AuthorizationSet& hw_enforced, in HmacKey()
Daes_key.h53 AesKey(const KeymasterKeyBlob& key_material, const AuthorizationSet& hw_enforced, in AesKey()
Drsa_key_factory.cpp90 KeymasterKeyBlob key_material; in GenerateKey() local
122 const KeymasterKeyBlob& key_material, in UpdateImportKeyDescription()
Daes_key.cpp44 keymaster_error_t AesKeyFactory::LoadKey(const KeymasterKeyBlob& key_material, in LoadKey()
Dec_key_factory.cpp118 KeymasterKeyBlob key_material; in GenerateKey() local
149 const KeymasterKeyBlob& key_material, in UpdateImportKeyDescription()
Dasymmetric_key_factory.cpp41 keymaster_error_t AsymmetricKeyFactory::LoadKey(const KeymasterKeyBlob& key_material, in LoadKey()
Dhmac_key.cpp42 keymaster_error_t HmacKeyFactory::LoadKey(const KeymasterKeyBlob& key_material, in LoadKey()
Dandroid_keymaster.cpp213 KeymasterKeyBlob key_material; in GetKeyCharacteristics() local
364 KeymasterKeyBlob key_material; in ExportKey() local
432 keymaster_key_blob_t key_material = {request.key_data, request.key_data_length}; in ImportKey() local
463 KeymasterKeyBlob key_material; in LoadKey() local
Dkeymaster1_engine.h66 KeymasterKeyBlob key_material; member
Dopenssl_utils.cpp107 const KeymasterKeyBlob& key_material, in KeyMaterialToEvpKey()
Dec_keymaster1_key.cpp83 keymaster_error_t EcdsaKeymaster1KeyFactory::LoadKey(const KeymasterKeyBlob& key_material, in LoadKey()
Drsa_keymaster1_key.cpp104 keymaster_error_t RsaKeymaster1KeyFactory::LoadKey(const KeymasterKeyBlob& key_material, in LoadKey()
Dandroid_keymaster_test_utils.cpp206 const string& key_material) { in ImportKey()