Searched defs:KEYSIZE (Results 1 – 7 of 7) sorted by relevance
51 #define KEYSIZE 192 macro
74 #define KEYSIZE(K) (4*sizeof(u_int16_t) + (K)->size); macro
43 const int KEYSIZE = 64; in zstream_do_drop_record() local
45 const int KEYSIZE = 64; in zstream_do_decompress() local
70 const KEYSIZE = 192; /* KEYSIZE == bit length of key */ variable
175 #define KEYSIZE global() macro
122 #define KEYSIZE(K) (4 * sizeof(u_int16_t) + (K)->size); macro