Lines Matching full:printf
18 printf("Usage: %s [-d](ecrypt) cipher infile outfile\nCiphers:\n", name);
20 printf("%s\n",cipher_descriptor[x].name);
80 printf("Error registering SHA256\n");
85 printf("Error registering yarrow PRNG\n");
90 printf("Error registering sprng PRNG\n");
141 printf("Invalid cipher entered on command line.\n");
147 printf("SHA256 not found...?\n");
154 printf("Invalid keysize???\n");
158 printf("\nEnter key: ");
162 printf("Error hashing key: %s\n", error_to_string(errno));
169 printf("Error reading IV from input.\n");
174 printf("ctr_start error: %s\n",error_to_string(errno));
183 printf("ctr_decrypt error: %s\n", error_to_string(errno));
188 printf("Error writing to file.\n");
199 printf("Error setting up PRNG, %s\n", error_to_string(errno));
206 printf("Error reading PRNG for IV required.\n");
211 printf("Error writing IV to output.\n");
216 printf("ctr_start error: %s\n",error_to_string(errno));
224 printf("ctr_encrypt error: %s\n", error_to_string(errno));
229 printf("Error writing to output.\n");