wpa_supplicant / hostapd
2.5
|
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. More... | |
AES encrypt_block.
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) |