sec_crypto_common.h 462 B

123456789101112131415161718192021222324252627
  1. /*
  2. * Copyright (C) 2019-2020 Alibaba Group Holding Limited
  3. */
  4. #ifndef __SEC_CRYPTO_COMMON_H__
  5. #define __SEC_CRYPTO_COMMON_H__
  6. #include <stdint.h>
  7. #include <stdio.h>
  8. #include <stdlib.h>
  9. #include <string.h>
  10. #include "rambus.h"
  11. #include "sec_crypto_errcode.h"
  12. #include "sec_crypto_aes.h"
  13. #include "sec_crypto_rng.h"
  14. #include "sec_crypto_rsa.h"
  15. #include "sec_crypto_sha.h"
  16. #include "sec_crypto_sm2.h"
  17. #include "sec_crypto_sm4.h"
  18. #define SC_lOG(...)
  19. #endif