crypto: msm: Add QTI crypto drivers
This is a snapshot of the crypto drivers as of msm-4.19 commit 52d84be6ae6e151ba ("crypto: msm: qcrypto: Fix null pointer dereference error in qcrypto driver") with changes to comply with msm-5.4 format requirement. Change-Id: Ic566a15e41511d229a9e476c03962753da583946 Signed-off-by: Zhen Kong <zkong@codeaurora.org>
This commit is contained in:
16
include/linux/platform_data/qcom_crypto_device.h
Normal file
16
include/linux/platform_data/qcom_crypto_device.h
Normal file
@@ -0,0 +1,16 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/*
|
||||
* Copyright (c) 2011-2020, The Linux Foundation. All rights reserved.
|
||||
*/
|
||||
|
||||
#ifndef __QCOM_CRYPTO_DEVICE__H
|
||||
#define __QCOM_CRYPTO_DEVICE__H
|
||||
|
||||
struct msm_ce_hw_support {
|
||||
uint32_t ce_shared;
|
||||
uint32_t shared_ce_resource;
|
||||
uint32_t hw_key_support;
|
||||
uint32_t sha_hmac;
|
||||
};
|
||||
|
||||
#endif /* __QCOM_CRYPTO_DEVICE__H */
|
Reference in New Issue
Block a user