Searched refs:hexfile (Results 1 – 1 of 1) sorted by relevance
146 std::ofstream hexfile(hexname, std::ios::out | std::ios::trunc); in save_keyblob() local147 hexfile << bin2hex(keyblob) << "\n"; in save_keyblob()148 hexfile.close(); in save_keyblob()