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

/illumos-gate/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);
111 if (write(p[READER], keyarg, KSIZE) != KSIZE) {
160 char tempbuf[KSIZE], *a, *temp;
165 for (i = 0; i < KSIZE; i++)
/illumos-gate/usr/src/cmd/ed/
H A Ded.c157 #define KSIZE 8 macro
2515 static char key[KSIZE+1];
2527 if (p < &key[KSIZE])
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.h365 #define KSIZE 9 /* key size for encryption */ macro

Completed in 67 milliseconds