Home
last modified time | relevance | path

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

/system/vold/
Dcryptfs.cpp80 static void convert_key_to_hex_ascii(const KeyBuffer& key, char* key_ascii) { in convert_key_to_hex_ascii() argument
87 key_ascii[a] = nibble + (nibble > 9 ? 0x37 : 0x30); in convert_key_to_hex_ascii()
90 key_ascii[a + 1] = nibble + (nibble > 9 ? 0x37 : 0x30); in convert_key_to_hex_ascii()
94 key_ascii[a] = '\0'; in convert_key_to_hex_ascii()
138 char key_ascii[MAX_KEY_LEN * 2 + 1]; in cryptfs_setup_ext_volume() local
139 convert_key_to_hex_ascii(key, key_ascii); in cryptfs_setup_ext_volume()
142 key_ascii, 0, real_blkdev, 0); in cryptfs_setup_ext_volume()