|
wpa_supplicant / hostapd 2.0
|
AES-128 CTR. More...
Functions | |
| int | aes_128_ctr_encrypt (const u8 *key, const u8 *nonce, u8 *data, size_t data_len) |
| AES-128 CTR mode encryption. | |
AES-128 CTR.
This software may be distributed under the terms of the BSD license. See README for more details.
| int aes_128_ctr_encrypt | ( | const u8 * | key, |
| const u8 * | nonce, | ||
| u8 * | data, | ||
| size_t | data_len | ||
| ) |
AES-128 CTR mode encryption.
| key | Key for encryption (16 bytes) |
| nonce | Nonce for counter mode (16 bytes) |
| data | Data to encrypt in-place |
| data_len | Length of data in bytes |
1.7.3