wlan_crypto_aes.h 332 B

123456789101112131415161718
  1. /*
  2. * Copyright (c) 2017 The Linux Foundation. All rights reserved.
  3. */
  4. /*
  5. * AES functions
  6. * Copyright (c) 2003-2006, Jouni Malinen <[email protected]>
  7. *
  8. * This software may be distributed under the terms of the BSD license.
  9. * See README for more details.
  10. */
  11. #ifndef AES_H
  12. #define AES_H
  13. #define AES_BLOCK_SIZE 16
  14. #endif /* AES_H */