Searched defs:cryptkey (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_unix.c457 unsigned char cryptkey[19]; local
464 strcpy(cryptkey, "CrYpTkEy=XXXXXXXXX");
465 strcpy(cryptkey + 9, key);
466 if(putenv((char *)cryptkey) != 0)
H A Dex.c125 static unsigned char cryptkey[19]; /* contents of encryption key */ variable
435 strcpy(cryptkey, "CrYpTkEy=XXXXXXXXX");
436 strcpy(cryptkey + 9, key);
437 if (putenv((char *)cryptkey) != 0)

Completed in 258 milliseconds