Searched refs:KEYSIZE (Results 1 – 10 of 10) sorted by relevance
174 #define KEYSIZE 128 macro227 uint8_t rnd[KEYSIZE]; in arc4_stir()237 if (read(fd, &rdat, KEYSIZE) == KEYSIZE) in arc4_stir()247 arc4_addrandom((uint8_t *)&rdat, KEYSIZE); in arc4_stir()
70 for (i = 0; i < ((KEYSIZE - 128) / 8); i++) { in extractideakey()99 for (i = 0; i < ((KEYSIZE - 64) / 2) / 8; i++) { in extractdeskey()162 unsigned short seed[KEYSIZE/BASEBITS + 1]; in genkeys()166 for (i = 0; i < KEYSIZE/BASEBITS + 1; i++) { in genkeys()
51 #define KEYSIZE 192 macro
69 const int KEYSIZE = 64; in zstream_do_decompress() local255 char key[KEYSIZE]; in zstream_do_decompress()257 snprintf(key, KEYSIZE, "%llu,%llu", in zstream_do_decompress()
74 #define KEYSIZE(K) (4*sizeof(u_int16_t) + (K)->size); macro
70 const KEYSIZE = 192; /* KEYSIZE == bit length of key */ variable
122 #define KEYSIZE(K) (4 * sizeof(u_int16_t) + (K)->size); macro
2 KEYSIZE=128520 KEYSIZE=256