
Add only-win-specific crypto files deleted from cmn_dev to component dev Change-Id: Idd2d8ee9dfb4b89ee4c21927f4bf4750da22b854
19 lines
332 B
C
19 lines
332 B
C
/*
|
|
* Copyright (c) 2017 The Linux Foundation. All rights reserved.
|
|
*/
|
|
/*
|
|
* AES functions
|
|
* Copyright (c) 2003-2006, Jouni Malinen <j@w1.fi>
|
|
*
|
|
* 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 */
|