Searched refs:KSIZE (Results 1 – 3 of 3) sorted by relevance
51 #define KSIZE 8 macro54 static char key[KSIZE+1];75 (void) strncpy(key, keyparam, KSIZE); in run_setkey()111 if (write(p[READER], keyarg, KSIZE) != KSIZE) { in writekey()160 char tempbuf[KSIZE], *a, *temp; in makekey()165 for (i = 0; i < KSIZE; i++) in makekey()
365 #define KSIZE 9 /* key size for encryption */ macro
157 #define KSIZE 8 macro2515 static char key[KSIZE+1]; in getkey()2527 if (p < &key[KSIZE]) in getkey()