Searched defs:publickey (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/rexd/
H A Don.c224 char publickey[HEXKEYBYTES+1]; local
340 if (getpublickey(netname, publickey) == 0) {
355 publickey) != 0)
H A Drpc.rexd.c381 char publickey[HEXKEYBYTES+1]; local
389 if (getpublickey(des_cred->adc_fullname.name, publickey) == 0)
/illumos-gate/usr/src/cmd/keyserv/
H A Dsetkey.c118 keybuf3 *publickey; member in struct:cacheuid_list
519 freekeybuf3(cp->publickey);
520 if ((cp->publickey = cpykeybuf3(&nullkey)) == NULL) {
649 freekeybuf3(cp->publickey);
857 freekeybuf3(cp->publickey);
858 if ((cp->publickey = cpykeybuf3(&net->st_pub_key)) == NULL) {
1121 debug(KEYSERV_DEBUG, ("fetch_netname3 pub %x", cp->publickey));
1122 if (!storekeybuf3(&ret->st_pub_key, cp->publickey)) {
/illumos-gate/usr/src/man/man3nsl/
H A DMakefile185 publickey.3nsl \
348 publickey.3nsl := LINKSRC = getpublickey.3nsl

Completed in 68 milliseconds