Searched refs:BUFSIZE (Results 1 – 7 of 7) sorted by relevance
/openssl/apps/ |
H A D | mac.c | 20 #undef BUFSIZE 21 #define BUFSIZE 1024*8 macro 94 buf = app_malloc(BUFSIZE, "I/O buffer"); in mac_main() 186 i = BIO_read(in, (char *)buf, BUFSIZE); in mac_main() 204 if (len > BUFSIZE) { in mac_main() 209 if (!EVP_MAC_final(ctx, buf, &len, BUFSIZE)) { in mac_main() 227 OPENSSL_clear_free(buf, BUFSIZE); in mac_main()
|
H A D | dgst.c | 24 #undef BUFSIZE 25 #define BUFSIZE 1024*8 macro 115 buf = app_malloc(BUFSIZE, "I/O buffer"); in dgst_main() 465 OPENSSL_clear_free(buf, BUFSIZE); in dgst_main() 553 size_t len = BUFSIZE; in do_fp() 558 i = BIO_read(bp, (char *)buf, BUFSIZE); in do_fp() 591 if (tmplen > BUFSIZE) { in do_fp() 604 if (len > BUFSIZE) { in do_fp() 616 len = BIO_gets(bp, (char *)buf, BUFSIZE); in do_fp()
|
H A D | fipsinstall.c | 21 #define BUFSIZE 4096 macro 275 while ((i = BIO_read(in, (char *)tmp, BUFSIZE)) != 0) { in do_mac() 811 read_buffer = app_malloc(BUFSIZE, "I/O buffer"); in fipsinstall_main()
|
/openssl/providers/implementations/kem/ |
H A D | template_kem.c | 25 #define BUFSIZE 1000 macro 34 char out[BUFSIZE]; in debug_print() 38 vsnprintf(out, BUFSIZE, fmt, argptr); in debug_print()
|
/openssl/crypto/txt_db/ |
H A D | txt_db.c | 17 #undef BUFSIZE 18 #define BUFSIZE 512 macro 25 int size = BUFSIZE; in TXT_DB_read() 57 size += BUFSIZE; in TXT_DB_read()
|
/openssl/test/recipes/ |
H A D | 20-test_mac.t | 211 my $BUFSIZE = 1024; 212 read($out, $buffer, $BUFSIZE) or die "unable to read";
|
/openssl/providers/implementations/keymgmt/ |
H A D | template_kmgmt.c | 27 #define BUFSIZE 1000 macro 35 char out[BUFSIZE]; in debug_print() 39 vsnprintf(out, BUFSIZE, fmt, argptr); in debug_print()
|
Completed in 21 milliseconds