Home
last modified time | relevance | path

Searched refs:publickey (Results 1 – 9 of 9) sorted by relevance

/dragonfly/lib/libc/rpc/
H A Dgetpublickey.c63 __getpublickey_real(const char *netname, char *publickey) in __getpublickey_real() argument
68 if (publickey == NULL) in __getpublickey_real()
77 strncpy(publickey, lookup, HEXKEYBYTES); in __getpublickey_real()
78 publickey[HEXKEYBYTES] = '\0'; in __getpublickey_real()
164 getpublickey(const char *netname, char *publickey) in getpublickey() argument
167 return(__getpublickey_LOCAL(netname, publickey)); in getpublickey()
169 return(__getpublickey_real(netname, publickey)); in getpublickey()
H A DMakefile.inc51 rpc_svc_reg.3 rpc_xdr.3 rpcbind.3 publickey.3 rpc_secure.3 \
53 MAN+= netconfig.5 publickey.5 rpc.5
71 MLINKS+=publickey.3 getpublickey.3 \
72 publickey.3 getsecretkey.3
/dragonfly/etc/rc.d/
H A Dwg344 local publickey
346 if [ -z "${publickey}" ]; then
350 local cmd="ifconfig ${ifname} wgpeer ${publickey}"
/dragonfly/usr.sbin/ypserv/
H A DMakefile.yp117 PUBLICKEY = $(YPSRCDIR)/publickey
156 TARGETS+= publickey
187 publickey: publickey.byname
472 publickey.byname: $(PUBLICKEY)
/dragonfly/contrib/ldns/
H A Dstr2host.c1281 char* publickey = NULL; in ldns_str2rdf_ipseckey() local
1340 if (publickey) in ldns_str2rdf_ipseckey()
1341 LDNS_FREE(publickey); in ldns_str2rdf_ipseckey()
1360 if (publickey) in ldns_str2rdf_ipseckey()
1361 LDNS_FREE(publickey); in ldns_str2rdf_ipseckey()
1372 if (publickey) in ldns_str2rdf_ipseckey()
1373 LDNS_FREE(publickey); in ldns_str2rdf_ipseckey()
1390 if (publickey) in ldns_str2rdf_ipseckey()
1391 LDNS_FREE(publickey); in ldns_str2rdf_ipseckey()
1417 if (publickey) in ldns_str2rdf_ipseckey()
[all …]
/dragonfly/crypto/openssh/
H A DPROTOCOL.sshsig39 string publickey
45 The publickey field MUST contain the serialisation of the
H A DPROTOCOL.certkeys49 field or in the "public key algorithm name" field of a "publickey"
63 using the existing SSH "publickey" authentication method described
H A DPROTOCOL351 This is trivial change to the traditional "publickey" authentication
358 string "publickey-hostbound-v00@openssh.com"
373 string "publickey-hostbound@openssh.com"
/dragonfly/crypto/openssh/contrib/
H A Dssh-copy-id192 -o PreferredAuthentications=publickey \