Searched refs:key_ascii (Results 1 – 1 of 1) sorted by relevance
80 static void convert_key_to_hex_ascii(const KeyBuffer& key, char* key_ascii) { in convert_key_to_hex_ascii() argument87 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() local139 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()