Symbol: tc_log
lib/libtcplay/crypto-api.c
70
tc_log(1, "Cipher %s not found\n", cipher->name);
lib/libtcplay/crypto-api.c
76
tc_log(1, "Failed to init crypto session\n");
lib/libtcplay/crypto-api.c
82
tc_log(1, "Failed to set crypto key\n");
lib/libtcplay/crypto-api.c
97
tc_log(1, "Failed to encrypt/decrypt: %d\n", error);
lib/libtcplay/crypto.c
212
tc_log(1, "Not enough memory for password manipulation\n");
lib/libtcplay/crypto.c
220
tc_log(1, "Error allocating memory for keyfile pool\n");
lib/libtcplay/crypto.c
235
tc_log(1, "Error reading keyfile %s content\n",
lib/libtcplay/crypto.c
66
tc_log(1, "tc_decrypt: Could not allocate key "
lib/libtcplay/hdr.c
140
tc_log(1, "Header version %d unsupported\n", hdr->tc_ver);
lib/libtcplay/hdr.c
173
tc_log(1, "could not allocate safe dhdr memory\n");
lib/libtcplay/hdr.c
178
tc_log(1, "could not allocate safe ehdr memory\n");
lib/libtcplay/hdr.c
184
tc_log(1, "could not allocate safe ehdr_backup memory\n");
lib/libtcplay/hdr.c
189
tc_log(1, "could not allocate safe key memory\n");
lib/libtcplay/hdr.c
194
tc_log(1, "could not allocate safe backup key memory\n");
lib/libtcplay/hdr.c
199
tc_log(1, "could not get salt\n");
lib/libtcplay/hdr.c
205
tc_log(1, "could not get salt for backup header\n");
lib/libtcplay/hdr.c
213
tc_log(1, "could not derive key\n");
lib/libtcplay/hdr.c
221
tc_log(1, "could not derive backup key\n");
lib/libtcplay/hdr.c
228
tc_log(1, "could not get key random bits\n");
lib/libtcplay/hdr.c
233
tc_log(1, "could not find internal header configuration\n");
lib/libtcplay/hdr.c
266
tc_log(1, "Header encryption failed\n");
lib/libtcplay/hdr.c
275
tc_log(1, "Backup header encryption failed\n");
lib/libtcplay/hdr.c
324
tc_log(1, "could not allocate safe ehdr memory\n");
lib/libtcplay/hdr.c
330
tc_log(1, "could not allocate safe ehdr_backup memory\n");
lib/libtcplay/hdr.c
335
tc_log(1, "could not allocate safe key memory\n");
lib/libtcplay/hdr.c
340
tc_log(1, "could not allocate safe backup key memory\n");
lib/libtcplay/hdr.c
345
tc_log(1, "could not get salt\n");
lib/libtcplay/hdr.c
351
tc_log(1, "could not get salt for backup header\n");
lib/libtcplay/hdr.c
359
tc_log(1, "could not derive key\n");
lib/libtcplay/hdr.c
367
tc_log(1, "could not derive backup key\n");
lib/libtcplay/hdr.c
372
tc_log(1, "could not find internal header configuration\n");
lib/libtcplay/hdr.c
397
tc_log(1, "Header encryption failed\n");
lib/libtcplay/hdr.c
406
tc_log(1, "Backup header encryption failed\n");
lib/libtcplay/hdr.c
86
tc_log(1, "Error allocating safe tchdr_dec memory\n");
lib/libtcplay/hdr.c
95
tc_log(1, "Header decryption failed\n");
lib/libtcplay/io.c
108
tc_log(0, "Gathering true randomness, %.0f%% done.\n", pct_done);
lib/libtcplay/io.c
122
tc_log(1, "Error opening /dev/random\n");
lib/libtcplay/io.c
139
tc_log(1, "Error reading from /dev/random(%d): %s\n",
lib/libtcplay/io.c
173
tc_log(0, "Securely erasing, %.0f%% done.\n", pct_done);
lib/libtcplay/io.c
186
tc_log(1, "blksz > MAX_BLKSZ\n");
lib/libtcplay/io.c
191
tc_log(1, "Error opening /dev/urandom\n");
lib/libtcplay/io.c
197
tc_log(1, "Error opening %s\n", dev);
lib/libtcplay/io.c
214
tc_log(1, "Error reading from /dev/urandom\n");
lib/libtcplay/io.c
226
tc_log(1, "Error writing to %s\n", dev);
lib/libtcplay/io.c
254
tc_log(1, "Error opening %s\n", dev);
lib/libtcplay/io.c
280
tc_log(1, "Error opening %s\n", dev);
lib/libtcplay/io.c
321
tc_log(1, "This should never happen: internal_off + bytes > "
lib/libtcplay/io.c
329
tc_log(1, "Error buffering data on "
lib/libtcplay/io.c
338
tc_log(1, "Error opening device %s\n", dev);
lib/libtcplay/io.c
343
tc_log(1, "Error seeking on device %s\n", dev);
lib/libtcplay/io.c
349
tc_log(1, "Error writing to device %s\n", dev);
lib/libtcplay/io.c
369
tc_log(1, "Error opening file %s\n", file);
lib/libtcplay/io.c
374
tc_log(1, "Error writing to file %s\n", file);
lib/libtcplay/io.c
451
tc_log(0, "WARNING: Passphrase is being trimmed to %zu "
lib/libtcplay/io.c
59
tc_log(1, "Error opening file %s\n", file);
lib/libtcplay/io.c
64
tc_log(1, "Error allocating memory\n");
lib/libtcplay/io.c
69
tc_log(1, "Error seeking on file %s\n", file);
lib/libtcplay/io.c
74
tc_log(1, "Error reading from file %s\n", file);
lib/libtcplay/pbkdf2-openssl.c
48
tc_log(1, "Hash %s not found\n", hash->algo);
lib/libtcplay/pbkdf2-openssl.c
55
tc_log(1, "Error in PBKDF2\n");
lib/libtcplay/tcplay.c
1003
tc_log(1, "error read hdr_enc: %s", opts->dev);
lib/libtcplay/tcplay.c
1037
tc_log(1, "Incorrect password or not a TrueCrypt volume\n");
lib/libtcplay/tcplay.c
1071
tc_log(1, "Could not protect hidden volume\n");
lib/libtcplay/tcplay.c
1124
tc_log(1, "Could not retrieve information about mapped "
lib/libtcplay/tcplay.c
1163
tc_log(1, "Could not set up mapping %s\n", opts->map_name);
lib/libtcplay/tcplay.c
1200
tc_log(1, "could not allocate safe "
lib/libtcplay/tcplay.c
1219
tc_log(1, "could not allocate safe passphrase memory\n");
lib/libtcplay/tcplay.c
1227
tc_log(1, "could not read passphrase\n");
lib/libtcplay/tcplay.c
1232
tc_log(1, "Passphrases don't match\n");
lib/libtcplay/tcplay.c
1241
tc_log(1, "could not allocate safe "
lib/libtcplay/tcplay.c
1256
tc_log(1, "could not apply keyfiles\n");
lib/libtcplay/tcplay.c
1265
tc_log(1, "Could not create header\n");
lib/libtcplay/tcplay.c
1288
tc_log(1, "could not get disk information\n");
lib/libtcplay/tcplay.c
1292
tc_log(0, "Writing new volume headers to disk/file...\n");
lib/libtcplay/tcplay.c
1296
tc_log(1, "Could not write volume header to file\n");
lib/libtcplay/tcplay.c
1302
tc_log(1, "Could not write volume header to device\n");
lib/libtcplay/tcplay.c
1309
tc_log(1, "Could not write backup volume header to device\n");
lib/libtcplay/tcplay.c
1316
tc_log(0, "All done!\n");
lib/libtcplay/tcplay.c
1452
tc_log(1, "could not allocate safe tc_table memory\n");
lib/libtcplay/tcplay.c
1514
tc_log(1, "could not get all the info required from "
lib/libtcplay/tcplay.c
1559
tc_log(1, "could not allocate safe info memory\n");
lib/libtcplay/tcplay.c
159
tc_log(1, "Error allocating memory for "
lib/libtcplay/tcplay.c
1597
tc_log(1, "could not find corresponding cipher\n");
lib/libtcplay/tcplay.c
1607
tc_log(1, "could not find cipher chain\n");
lib/libtcplay/tcplay.c
1613
tc_log(1, "could not dup cipher chain\n");
lib/libtcplay/tcplay.c
1710
tc_log(1, "could not allocate safe parameters memory");
lib/libtcplay/tcplay.c
1745
tc_log(1, "dm_task_create failed\n");
lib/libtcplay/tcplay.c
1760
tc_log(1, "dm_task_set_name failed\n");
lib/libtcplay/tcplay.c
1768
tc_log(1, "uuid_unparse memory failed\n");
lib/libtcplay/tcplay.c
1776
tc_log(1, "uuid_create failed\n");
lib/libtcplay/tcplay.c
1783
tc_log(1, "uuid_to_string failed\n");
lib/libtcplay/tcplay.c
1791
tc_log(1, "uuid second malloc failed\n");
lib/libtcplay/tcplay.c
1801
tc_log(1, "dm_task_set_uuid failed\n");
lib/libtcplay/tcplay.c
1822
tc_log(1, "dm_task_add_target failed\n");
lib/libtcplay/tcplay.c
1843
tc_log(1, "dm_task_add_target failed\n");
lib/libtcplay/tcplay.c
1849
tc_log(1, "dm_task_set_cookie failed\n");
lib/libtcplay/tcplay.c
1856
tc_log(1, "dm_task_run failed\n");
lib/libtcplay/tcplay.c
1863
tc_log(1, "dm_task_get info failed\n");
lib/libtcplay/tcplay.c
1871
tc_log(1, "warning, asprintf failed. won't be able to "
lib/libtcplay/tcplay.c
1897
tc_log(1, "Tried to unroll dm changes, "
lib/libtcplay/tcplay.c
1923
tc_log(1, "Could not remove mapping %s\n", mapname);
lib/libtcplay/tcplay.c
195
tc_log(1, "FATAL: tc_cipher_chains is full!!\n");
lib/libtcplay/tcplay.c
1970
tc_log(1, "Could not allocate strdup memory\n");
lib/libtcplay/tcplay.c
2009
tc_log(1, "Invalid cipher: %s\n", cipher_chain);
lib/libtcplay/tcplay.c
2077
tc_log(1, "could not allocate safe opts memory\n");
lib/libtcplay/tcplay.c
214
tc_log(1, "Error allocating memory for "
lib/libtcplay/tcplay.c
223
tc_log(1, "Error allocating memory for "
lib/libtcplay/tcplay.c
373
tc_log(1, "could not allocate safe info memory\n");
lib/libtcplay/tcplay.c
397
tc_log(1, "could not populate keys in cipher chain\n");
lib/libtcplay/tcplay.c
448
tc_log(1, "could not allocate safe key memory\n");
lib/libtcplay/tcplay.c
466
tc_log(1, "pbkdf failed for algorithm %s\n",
lib/libtcplay/tcplay.c
485
tc_log(1, "hdr decryption failed for cipher "
lib/libtcplay/tcplay.c
554
tc_log(1, "could not get disk info\n");
lib/libtcplay/tcplay.c
559
tc_log(1, "Cannot create volumes on devices with less "
lib/libtcplay/tcplay.c
567
tc_log(1, "could not allocate safe passphrase memory\n");
lib/libtcplay/tcplay.c
575
tc_log(1, "could not read passphrase\n");
lib/libtcplay/tcplay.c
580
tc_log(1, "Passphrases don't match\n");
lib/libtcplay/tcplay.c
589
tc_log(1, "could not allocate safe "
lib/libtcplay/tcplay.c
604
tc_log(1, "could not apply keyfiles\n");
lib/libtcplay/tcplay.c
613
tc_log(1, "could not allocate safe "
lib/libtcplay/tcplay.c
622
tc_log(1, "could not read passphrase\n");
lib/libtcplay/tcplay.c
627
tc_log(1, "Passphrases for hidden volume don't "
lib/libtcplay/tcplay.c
637
tc_log(1, "could not allocate safe "
lib/libtcplay/tcplay.c
652
tc_log(1, "could not apply keyfiles\n");
lib/libtcplay/tcplay.c
662
tc_log(1, "hidden_blocks to create volume "
lib/libtcplay/tcplay.c
669
tc_log(1, "Hidden volume needs to be "
lib/libtcplay/tcplay.c
688
tc_log(1, "Could not read from stdin\n");
lib/libtcplay/tcplay.c
696
tc_log(1, "Could not interpret input: %s\n", buf);
lib/libtcplay/tcplay.c
701
tc_log(1, "Hidden volume needs to be "
lib/libtcplay/tcplay.c
727
tc_log(1, "Could not read from stdin\n");
lib/libtcplay/tcplay.c
732
tc_log(1, "User cancelled action(s)\n");
lib/libtcplay/tcplay.c
739
tc_log(0, "Securely erasing the volume...\nThis process may take "
lib/libtcplay/tcplay.c
746
tc_log(1, "could not securely erase device %s\n", opts->dev);
lib/libtcplay/tcplay.c
754
tc_log(0, "Creating volume headers...\nDepending on your system, this "
lib/libtcplay/tcplay.c
759
tc_log(0, "WARNING: Using a weak random generator to get "
lib/libtcplay/tcplay.c
773
tc_log(1, "Could not create header\n");
lib/libtcplay/tcplay.c
785
tc_log(1, "Could not create hidden volume header\n");
lib/libtcplay/tcplay.c
793
tc_log(0, "Writing volume headers to disk...\n");
lib/libtcplay/tcplay.c
796
tc_log(1, "Could not write volume header to device\n");
lib/libtcplay/tcplay.c
803
tc_log(1, "Could not write backup volume header to device\n");
lib/libtcplay/tcplay.c
810
tc_log(1, "Could not write hidden volume header to "
lib/libtcplay/tcplay.c
819
tc_log(1, "Could not write backup hidden volume "
lib/libtcplay/tcplay.c
826
tc_log(0, "All done!\n");
lib/libtcplay/tcplay.c
865
tc_log(1, "could not get disk information\n");
lib/libtcplay/tcplay.c
897
tc_log(1, "could not allocate safe passphrase memory\n");
lib/libtcplay/tcplay.c
906
tc_log(1, "could not read passphrase\n");
lib/libtcplay/tcplay.c
927
tc_log(1, "could not apply keyfiles");
lib/libtcplay/tcplay.c
934
tc_log(1, "could not allocate safe passphrase memory\n");
lib/libtcplay/tcplay.c
942
tc_log(1, "could not read passphrase\n");
lib/libtcplay/tcplay.c
958
tc_log(1, "could not apply keyfiles");
lib/libtcplay/tcplay.c
971
tc_log(1, "error read hdr_enc: %s", opts->hdr_file_in);
lib/libtcplay/tcplay.c
982
tc_log(1, "error read hdr_enc: %s", opts->dev);
lib/libtcplay/tcplay.c
995
tc_log(1, "error read hdr_enc: %s", opts->h_hdr_file_in);
lib/libtcplay/tcplay.h
303
void tc_log(int err, const char *fmt, ...);
sbin/tcplay/main.c
469
tc_log(1, "could not create new volume on %s\n", opts->dev);