Searched refs:t_pw (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/package/rockchip/tee-user-app/extra_app/host/ |
| H A D | main.c | 269 uint8_t t_pw[KEY_SIZE << 1]; in process_recovery() local 277 ret = read(fd, t_pw, KEY_SIZE << 1); in process_recovery() 283 transform_key_to_ascii(1, t_pw, pw, KEY_SIZE); in process_recovery() 299 uint8_t t_pw[KEY_SIZE << 1]; in process_ramfs() local 313 transform_key_to_ascii(0, pw, t_pw, KEY_SIZE); in process_ramfs() 314 ret = write(fd, t_pw, KEY_SIZE << 1); in process_ramfs()
|