Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/package/rockchip/tee-user-app/extra_app/host/
H A Dmain.c250 static int transform_key_to_ascii(int direction, uint8_t *in, uint8_t *out, int size) in transform_key_to_ascii() function
283 transform_key_to_ascii(1, t_pw, pw, KEY_SIZE); in process_recovery()
313 transform_key_to_ascii(0, pw, t_pw, KEY_SIZE); in process_ramfs()