Home
last modified time | relevance | path

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

/openssl-master/apps/
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-master/apps/lib/
A Dapps.c1446 #undef BSIZE in IMPLEMENT_LHASH_HASH_FN()
1447 #define BSIZE 256 in IMPLEMENT_LHASH_HASH_FN() macro
1496 char buf[1][BSIZE]; in save_serial()
1506 if (j >= BSIZE) { in save_serial()
1547 char buf[2][BSIZE]; in rotate_serial()
1554 if (j + 1 >= BSIZE) { in rotate_serial()
1618 char buf[BSIZE]; in load_index()
1706 char buf[3][BSIZE]; in save_index()
1711 if (j + 6 >= BSIZE) { in save_index()
1754 char buf[5][BSIZE]; in rotate_index()
[all …]

Completed in 13 milliseconds