Home
last modified time | relevance | path

Searched refs:BUFSIZE (Results 1 – 5 of 5) sorted by relevance

/openssl/apps/
H A Dmac.c20 #undef BUFSIZE
21 #define BUFSIZE 1024*8 macro
94 buf = app_malloc(BUFSIZE, "I/O buffer"); in mac_main()
189 i = BIO_read(in, (char *)buf, BUFSIZE); in mac_main()
207 if (len > BUFSIZE) { in mac_main()
212 if (!EVP_MAC_final(ctx, buf, &len, BUFSIZE)) { in mac_main()
230 OPENSSL_clear_free(buf, BUFSIZE); in mac_main()
H A Ddgst.c24 #undef BUFSIZE
25 #define BUFSIZE 1024*8 macro
115 buf = app_malloc(BUFSIZE, "I/O buffer"); in dgst_main()
461 OPENSSL_clear_free(buf, BUFSIZE); in dgst_main()
545 size_t len = BUFSIZE; in do_fp()
550 i = BIO_read(bp, (char *)buf, BUFSIZE); in do_fp()
583 if (tmplen > BUFSIZE) { in do_fp()
596 if (len > BUFSIZE) { in do_fp()
608 len = BIO_gets(bp, (char *)buf, BUFSIZE); in do_fp()
H A Dfipsinstall.c21 #define BUFSIZE 4096 macro
87 while ((i = BIO_read(in, (char *)tmp, BUFSIZE)) != 0) { in do_mac()
432 read_buffer = app_malloc(BUFSIZE, "I/O buffer"); in fipsinstall_main()
/openssl/crypto/txt_db/
H A Dtxt_db.c17 #undef BUFSIZE
18 #define BUFSIZE 512 macro
26 int size = BUFSIZE; in TXT_DB_read()
58 size += BUFSIZE; in TXT_DB_read()
/openssl/test/recipes/
H A D20-test_mac.t211 my $BUFSIZE = 1024;
212 read($out, $buffer, $BUFSIZE) or die "unable to read";

Completed in 14 milliseconds