| /system/keymaster/key_blob_utils/ |
| D | integrity_assured_key_blob.cpp | 75 keymaster_error_t SerializeIntegrityAssuredBlob(const KeymasterKeyBlob& key_material, in SerializeIntegrityAssuredBlob() 99 KeymasterKeyBlob* key_material, in DeserializeIntegrityAssuredBlob() 120 KeymasterKeyBlob* key_material, in DeserializeIntegrityAssuredBlob_NoHmacCheck()
|
| D | software_keyblobs.cpp | 166 KeymasterKeyBlob* key_material, in ParseOldSoftkeymasterBlob() 238 KeymasterKeyBlob* key_material, in ParseAuthEncryptedBlob()
|
| /system/keymaster/include/keymaster/ |
| D | key.h | 52 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/ |
| D | keymaster1_passthrough_context.cpp | 120 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()
|
| D | soft_keymaster_context.cpp | 184 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()
|
| D | pure_soft_keymaster_context.cpp | 195 const KeymasterKeyBlob& key_material, in CreateKeyBlob() 318 KeymasterKeyBlob key_material; in ParseKeyBlob() local 548 KeymasterKeyBlob key_material = {output.peek_read(), output.available_read()}; in UnwrapKey() local
|
| /system/keymaster/km_openssl/ |
| D | symmetric_key.cpp | 54 KeymasterKeyBlob key_material(key_data_size); in GenerateKey() local 109 SymmetricKey::SymmetricKey(KeymasterKeyBlob&& key_material, AuthorizationSet&& hw_enforced, 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 | 96 KeymasterKeyBlob key_material; in GenerateKey() local 171 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 | 43 keymaster_error_t AsymmetricKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey()
|
| D | ec_key_factory.cpp | 110 KeymasterKeyBlob key_material; in GenerateKey() local 379 const KeymasterKeyBlob& key_material, in UpdateImportKeyDescription()
|
| /system/keymaster/android_keymaster/ |
| D | android_keymaster_messages.cpp | 31 void set_key_blob(keymaster_key_blob_t* key_blob, const void* key_material, size_t length) { in set_key_blob() 380 void GetKeyCharacteristicsRequest::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial() 412 void BeginOperationRequest::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial() 611 void ImportKeyResponse::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial() 641 void ExportKeyRequest::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial() 662 void ExportKeyResponse::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial() 686 void DeleteKeyRequest::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial() 736 void AttestKeyRequest::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial() 770 void UpgradeKeyRequest::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial() 881 void ImportWrappedKeyRequest::SetWrappedMaterial(const void* key_material, size_t length) { in SetWrappedMaterial() [all …]
|
| /system/keymaster/include/keymaster/km_openssl/ |
| D | curve25519_key.h | 43 const KeyFactory* factory, const KeymasterKeyBlob& key_material) in Curve25519Key()
|
| D | aes_key.h | 55 AesKey(KeymasterKeyBlob&& key_material, AuthorizationSet&& hw_enforced, in AesKey()
|
| D | hmac_key.h | 53 HmacKey(KeymasterKeyBlob&& key_material, AuthorizationSet&& hw_enforced, in HmacKey()
|
| D | triple_des_key.h | 56 TripleDesKey(KeymasterKeyBlob&& key_material, AuthorizationSet&& hw_enforced, in TripleDesKey()
|
| /system/keymaster/legacy_support/ |
| D | keymaster_passthrough_key.cpp | 24 keymaster_error_t KeymasterPassthroughKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey()
|
| D | keymaster1_legacy_support.cpp | 264 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/ |
| D | keymaster1_engine.h | 64 KeymasterKeyBlob key_material; member
|
| D | keymaster_passthrough_key.h | 85 KeymasterPassthroughKey(KeymasterKeyBlob&& key_material, AuthorizationSet&& hw_enforced, in KeymasterPassthroughKey()
|
| /system/security/keystore2/src/ |
| D | sw_keyblob.rs | 78 let key_material = match (format, algo_val) { in export_key() localVariable 210 key_material: Vec<u8>, field 250 let key_material = consume_vec(&mut data)?; in new_from_serialized() localVariable
|
| /system/keymint/tests/src/bin/ |
| D | auth-keyblob-parse.rs | 106 let key_material = match algo_val { in process() localVariable
|
| /system/keymint/common/src/keyblob/ |
| D | legacy.rs | 186 pub key_material: Vec<u8>, field 244 let key_material = consume_vec(&mut data)?; in deserialize() localVariable
|