Searched refs:publickey (Results 1 – 12 of 12) sorted by relevance
/freebsd/lib/libc/rpc/ |
H A D | getpublickey.c | 61 __getpublickey_real(const char *netname, char *publickey) in __getpublickey_real() argument 66 if (publickey == NULL) in __getpublickey_real() 75 (void) strncpy(publickey, lookup, HEXKEYBYTES); in __getpublickey_real() 76 publickey[HEXKEYBYTES] = '\0'; in __getpublickey_real() 161 int getpublickey(const char *netname, char *publickey) in getpublickey() argument 164 return(__getpublickey_LOCAL(netname, publickey)); in getpublickey() 166 return(__getpublickey_real(netname, publickey)); in getpublickey()
|
H A D | Makefile.inc | 48 rpc_svc_reg.3 rpc_xdr.3 rpcbind.3 publickey.3 rpc_secure.3 \ 67 publickey.3 getpublickey.3 \ 68 publickey.3 getsecretkey.3 \
|
/freebsd/usr.sbin/ypserv/ |
H A D | Makefile.yp | 124 PUBLICKEY = $(YPSRCDIR)/publickey 185 TARGETS+= publickey 217 publickey: publickey.byname 537 publickey.byname: $(PUBLICKEY)
|
/freebsd/contrib/ldns/ |
H A D | str2host.c | 1282 char* publickey = NULL; in ldns_str2rdf_ipseckey() local 1327 publickey = strdup(token); in ldns_str2rdf_ipseckey() 1338 if (!gateway || !publickey) { in ldns_str2rdf_ipseckey() 1341 if (publickey) in ldns_str2rdf_ipseckey() 1342 LDNS_FREE(publickey); in ldns_str2rdf_ipseckey() 1361 if (publickey) in ldns_str2rdf_ipseckey() 1362 LDNS_FREE(publickey); in ldns_str2rdf_ipseckey() 1368 status = ldns_str2rdf_b64(&publickey_rdf, publickey); in ldns_str2rdf_ipseckey() 1373 if (publickey) in ldns_str2rdf_ipseckey() 1374 LDNS_FREE(publickey); in ldns_str2rdf_ipseckey() [all …]
|
/freebsd/contrib/unbound/dnscrypt/ |
H A D | dnscrypt.c | 271 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()
|
H A D | dnscrypt.h | 86 uint8_t publickey[crypto_box_PUBLICKEYBYTES]; member
|
/freebsd/crypto/openssh/ |
H A D | PROTOCOL.sshsig | 39 string publickey 45 The publickey field MUST contain the serialisation of the
|
H A D | PROTOCOL.certkeys | 49 field or in the "public key algorithm name" field of a "publickey" 63 using the existing SSH "publickey" authentication method described
|
H A D | PROTOCOL | 430 This is trivial change to the traditional "publickey" authentication 437 string "publickey-hostbound-v00@openssh.com" 452 string "publickey-hostbound@openssh.com"
|
/freebsd/crypto/openssh/contrib/ |
H A D | ssh-copy-id | 232 -o PreferredAuthentications=publickey \
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-dgst.pod.in | 234 openssl dgst -sha256 -verify publickey.pem \
|
/freebsd/ |
H A D | ObsoleteFiles.inc | 88 # 20250122: Remove publickey(5) stuff 97 OLD_FILES+=usr/share/man/man5/publickey.5.gz
|