Lines Matching full:error
80 printf("Error registering SHA256\n");
85 printf("Error registering yarrow PRNG\n");
90 printf("Error registering sprng PRNG\n");
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");