Home
last modified time | relevance | path

Searched refs:ROOTKEY (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/chkey/
H A Dchkey.c67 static char ROOTKEY[] = "/etc/.rootkey"; variable
192 fd = open(ROOTKEY, O_WRONLY|O_TRUNC|O_CREAT, 0); in main()
194 warn("%s", ROOTKEY); in main()
200 warn("%s: write", ROOTKEY); in main()
/freebsd/usr.sbin/keyserv/
H A Dkeyserv.c80 static char ROOTKEY[] = "/etc/.rootkey"; variable
237 fd = open(ROOTKEY, O_RDONLY, 0); in getrootkey()
243 warnx("the key read from %s was too short", ROOTKEY); in getrootkey()
280 fd = open(ROOTKEY, O_WRONLY|O_TRUNC|O_CREAT, 0); in getrootkey()