[][src]Type Definition esp_idf_bindgen::esp_aes_128_decrypt_t

type esp_aes_128_decrypt_t = Option<unsafe extern "C" fn(key: *const c_uchar, iv: *const c_uchar, data: *mut c_uchar, data_len: c_int) -> c_int>;

@brief The AES callback function when do WPS connect.

@param key Decryption key. @param iv Decryption IV for CBC mode (16 bytes). @param data Data to decrypt in-place. @param data_len Length of data in bytes (must be divisible by 16)