[][src]Type Definition esp_idf_bindgen::esp_aes_128_encrypt_t

type esp_aes_128_encrypt_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 Encryption key. @param iv Encryption IV for CBC mode (16 bytes). @param data Data to encrypt in-place. @param data_len Length of data in bytes (must be divisible by 16)