Searched refs:hexname (Results 1 – 1 of 1) sorted by relevance
145 std::string hexname(subdir + "/" + name + ".hex"); in save_keyblob() local146 std::ofstream hexfile(hexname, std::ios::out | std::ios::trunc); in save_keyblob()176 std::string hexname(subdir + "/" + name + ".hex"); in delete_keyblob() local177 unlink(hexname.c_str()); in delete_keyblob()