Lines Matching refs:fout
65 FILE *fkey, *fin = NULL, *fout = NULL;
142 if ((fout = fopen(argv[3], "wb+")) == NULL) {
149 mbedtls_setbuf(fout, NULL);
270 if (fwrite(IV, 1, 16, fout) != 16) {
349 if (fwrite(output, 1, olen, fout) != olen) {
364 if (fwrite(output, 1, olen, fout) != olen) {
377 if (fwrite(digest, 1, md_size, fout) != md_size) {
504 if (fwrite(output, 1, olen, fout) != olen) {
543 if (fwrite(output, 1, olen, fout) != olen) {
555 if (fout) {
556 fclose(fout);