|
wpa_supplicant / hostapd 2.0
|
AES encrypt_block. More...
Functions | |
| int | aes_128_encrypt_block (const u8 *key, const u8 *in, u8 *out) |
| Perform one AES 128-bit block operation. | |
AES encrypt_block.
This software may be distributed under the terms of the BSD license. See README for more details.
| int aes_128_encrypt_block | ( | const u8 * | key, |
| const u8 * | in, | ||
| u8 * | out | ||
| ) |
Perform one AES 128-bit block operation.
| key | Key for AES |
| in | Input data (16 bytes) |
| out | Output of the AES block operation (16 bytes) |
1.7.3