Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libc/rpc/
HDgetpublickey.c65 __getpublickey_real(const char *netname, char *publickey) in __getpublickey_real() argument
70 if (publickey == NULL) in __getpublickey_real()
79 (void) strncpy(publickey, lookup, HEXKEYBYTES); in __getpublickey_real()
80 publickey[HEXKEYBYTES] = '\0'; in __getpublickey_real()
165 int getpublickey(const char *netname, char *publickey) in getpublickey() argument
168 return(__getpublickey_LOCAL(netname, publickey)); in getpublickey()
170 return(__getpublickey_real(netname, publickey)); in getpublickey()
HDMakefile.inc50 rpc_svc_reg.3 rpc_xdr.3 rpcbind.3 publickey.3 rpc_secure.3 \
52 MAN+= publickey.5 rpc.5 netconfig.5
69 publickey.3 getpublickey.3 \
70 publickey.3 getsecretkey.3 \
/freebsd-11-stable/contrib/ldns/
HDstr2host.c1189 char* publickey = NULL; in ldns_str2rdf_ipseckey() local
1234 publickey = strdup(token); in ldns_str2rdf_ipseckey()
1245 if (!gateway || !publickey) { in ldns_str2rdf_ipseckey()
1248 if (publickey) in ldns_str2rdf_ipseckey()
1249 LDNS_FREE(publickey); in ldns_str2rdf_ipseckey()
1266 if (publickey) in ldns_str2rdf_ipseckey()
1267 LDNS_FREE(publickey); in ldns_str2rdf_ipseckey()
1273 status = ldns_str2rdf_b64(&publickey_rdf, publickey); in ldns_str2rdf_ipseckey()
1278 if (publickey) in ldns_str2rdf_ipseckey()
1279 LDNS_FREE(publickey); in ldns_str2rdf_ipseckey()
[all …]
/freebsd-11-stable/usr.sbin/ypserv/
HDMakefile.yp125 PUBLICKEY = $(YPSRCDIR)/publickey
186 TARGETS+= publickey
218 publickey: publickey.byname
538 publickey.byname: $(PUBLICKEY)
/freebsd-11-stable/contrib/unbound/dnscrypt/
HDdnscrypt.c271 query_header->publickey); in dnscrypt_server_uncurve()
278 query_header->publickey, in dnscrypt_server_uncurve()
292 query_header->publickey, in dnscrypt_server_uncurve()
299 query_header->publickey, in dnscrypt_server_uncurve()
312 nmkey, query_header->publickey, in dnscrypt_server_uncurve()
321 query_header->publickey, in dnscrypt_server_uncurve()
HDdnscrypt.h86 uint8_t publickey[crypto_box_PUBLICKEYBYTES]; member
/freebsd-11-stable/crypto/openssh/contrib/
HDssh-copy-id235 -o PreferredAuthentications=publickey \
/freebsd-11-stable/crypto/openssl/doc/apps/
HDdgst.pod182 openssl dgst -sha256 -verify publickey.pem \
/freebsd-11-stable/crypto/openssh/
HDPROTOCOL.certkeys50 using the existing SSH "publickey" authentication method described