How do I use the internal AES encrypt and decrypt functions in ESP code? (IDFGH-14319) #15111
Open
3 tasks done
Labels
Status: Opened
Issue is new
Answers checklist.
General issue report
wpa_supplicant/src/crypto/aes-cbc.c
Functions
aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len);
aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len);
how to used that function without 16-bytes blocks restrictions.
The text was updated successfully, but these errors were encountered: