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