qcom_crypto_device.h 379 B

123456789101112131415161718
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (c) 2011-2020, The Linux Foundation. All rights reserved.
  4. */
  5. #ifndef __QCOM_CRYPTO_DEVICE__H
  6. #define __QCOM_CRYPTO_DEVICE__H
  7. #include <linux/types.h>
  8. struct msm_ce_hw_support {
  9. uint32_t ce_shared;
  10. uint32_t shared_ce_resource;
  11. uint32_t hw_key_support;
  12. uint32_t sha_hmac;
  13. };
  14. #endif /* __QCOM_CRYPTO_DEVICE__H */