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
121 int bsize = BSIZE, verbose = 0, debug = 0, olb64 = 0, nosalt = 0; in enc_main()
/openssl/apps/lib/
H A Dapps.c1420 #undef BSIZE in IMPLEMENT_LHASH_HASH_FN()
1421 #define BSIZE 256 in IMPLEMENT_LHASH_HASH_FN() macro
1480 char buf[1][BSIZE]; in save_serial()
1490 if (j >= BSIZE) { in save_serial()
1531 char buf[2][BSIZE]; in rotate_serial()
1538 if (j + 1 >= BSIZE) { in rotate_serial()
1602 char buf[BSIZE]; in load_index()
1690 char buf[3][BSIZE]; in save_index()
1695 if (j + 6 >= BSIZE) { in save_index()
1738 char buf[5][BSIZE]; in rotate_index()
[all …]

Completed in 26 milliseconds