/* * Copyright (c) 2017 The Linux Foundation. All rights reserved. */ /* * AES functions * Copyright (c) 2003-2006, Jouni Malinen * * This software may be distributed under the terms of the BSD license. * See README for more details. */ #ifndef AES_H #define AES_H #define AES_BLOCK_SIZE 16 #endif /* AES_H */