Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/chkey/
H A Dchkey.c73 static char ROOTKEY[] = "/etc/.rootkey"; variable
198 fd = open(ROOTKEY, O_WRONLY|O_TRUNC|O_CREAT, 0); in main()
200 warn("%s", ROOTKEY); in main()
206 warn("%s: write", ROOTKEY); in main()
/freebsd-14.2/usr.sbin/keyserv/
H A Dkeyserv.c86 static char ROOTKEY[] = "/etc/.rootkey"; variable
243 fd = open(ROOTKEY, O_RDONLY, 0); in getrootkey()
249 warnx("the key read from %s was too short", ROOTKEY); in getrootkey()
286 fd = open(ROOTKEY, O_WRONLY|O_TRUNC|O_CREAT, 0); in getrootkey()