Searched refs:PKMAP (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/keyserv/ |
H A D | newkey.c | 78 static char PKMAP[] = "publickey.byname"; variable 263 if (yp_master(domain, PKMAP, &master) != 0) { 288 return (mapupdate(name, PKMAP, YPOP_STORE, pkent));
|
H A D | chkey.c | 64 static char PKMAP[] = "publickey.byname"; variable 854 if (yp_master(ypdomain, PKMAP, &ypmaster) != 0) { in storekeys() 938 if (status = yp_update(ypdomain, PKMAP, in storekeys()
|
/titanic_41/usr/src/lib/libnsl/key/ |
H A D | publickey.c | 71 static const char *PKMAP = "publickey.byname"; variable 170 err = __yp_match_cflookup(domain, (char *)PKMAP, netname, in getkeys_nis()
|