Searched refs:passwd_cipher (Results 1 – 1 of 1) sorted by relevance
197 uint8_t *passwd_cipher = awss_zalloc(128); in get_ssid_passwd_from_w() local198 if (passwd_cipher == NULL) { in get_ssid_passwd_from_w()202 decode_chinese(tmp_passwd, passwd_len, passwd_cipher, in get_ssid_passwd_from_w()206 aes_decrypt_string((char *)passwd_cipher, (char *)tmp_passwd, in get_ssid_passwd_from_w()208 HAL_Free(passwd_cipher); in get_ssid_passwd_from_w()
Completed in 3 milliseconds