Searched defs: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()138 char key_ascii[MAX_KEY_LEN * 2 + 1]; in cryptfs_setup_ext_volume() local