Lines Matching refs:fwrite
270 if (fwrite(IV, 1, 16, fout) != 16) {
271 mbedtls_fprintf(stderr, "fwrite(%d bytes) failed\n", 16);
349 if (fwrite(output, 1, olen, fout) != olen) {
350 mbedtls_fprintf(stderr, "fwrite(%ld bytes) failed\n", (long) olen);
364 if (fwrite(output, 1, olen, fout) != olen) {
365 mbedtls_fprintf(stderr, "fwrite(%ld bytes) failed\n", (long) olen);
377 if (fwrite(digest, 1, md_size, fout) != md_size) {
378 mbedtls_fprintf(stderr, "fwrite(%d bytes) failed\n", md_size);
504 if (fwrite(output, 1, olen, fout) != olen) {
505 mbedtls_fprintf(stderr, "fwrite(%ld bytes) failed\n", (long) olen);
543 if (fwrite(output, 1, olen, fout) != olen) {
544 mbedtls_fprintf(stderr, "fwrite(%ld bytes) failed\n", (long) olen);