wpa_supplicant / hostapd
2.5
Main Page
Related Pages
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
src
crypto
aes_siv.h
Go to the documentation of this file.
1
5
#ifndef AES_SIV_H
6
#define AES_SIV_H
7
8
int
aes_siv_encrypt(
const
u8 *key,
const
u8 *pw,
9
size_t
pwlen,
size_t
num_elem,
10
const
u8 *addr[],
const
size_t
*len, u8 *out);
11
int
aes_siv_decrypt(
const
u8 *key,
const
u8 *iv_crypt,
size_t
iv_c_len,
12
size_t
num_elem,
const
u8 *addr[],
const
size_t
*len,
13
u8 *out);
14
15
#endif
/* AES_SIV_H */
Generated on Sun Sep 27 2015 22:08:07 for wpa_supplicant / hostapd by
1.8.6