Home
last modified time | relevance | path

Searched refs:BSIZE (Results 1 – 2 of 2) sorted by relevance

/openssl/apps/
H A Denc.c29 #undef BSIZE
31 #define BSIZE (8*1024) macro
132 int bsize = BSIZE, verbose = 0, debug = 0, olb64 = 0, nosalt = 0; in enc_main()
/openssl/apps/lib/
H A Dapps.c1497 #undef BSIZE in IMPLEMENT_LHASH_HASH_FN()
1498 #define BSIZE 256 in IMPLEMENT_LHASH_HASH_FN() macro
1557 char buf[1][BSIZE]; in save_serial()
1567 if (j >= BSIZE) { in save_serial()
1608 char buf[2][BSIZE]; in rotate_serial()
1615 if (j + 1 >= BSIZE) { in rotate_serial()
1679 char buf[BSIZE]; in load_index()
1766 char buf[3][BSIZE]; in save_index()
1771 if (j + 6 >= BSIZE) { in save_index()
1814 char buf[5][BSIZE]; in rotate_index()
[all …]

Completed in 26 milliseconds