Home
last modified time | relevance | path

Searched refs:KSIZE (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libcrypt/common/
H A Dcryptio.c51 #define KSIZE 8 macro
54 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()
/titanic_50/usr/src/cmd/vi/port/
H A Dex.h365 #define KSIZE 9 /* key size for encryption */ macro
/titanic_50/usr/src/cmd/ed/
H A Ded.c157 #define KSIZE 8 macro
2515 static char key[KSIZE+1]; in getkey()
2527 if (p < &key[KSIZE]) in getkey()