Home
last modified time | relevance | path

Searched refs:passwd_cipher (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/linkkit/wifi_provision/p2p/
A Dawss_wps.c197 uint8_t *passwd_cipher = awss_zalloc(128); in get_ssid_passwd_from_w() local
198 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 2 milliseconds