Home
last modified time | relevance | path

Searched refs:format_key (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.sbin/wgconfig/
H A Dwgconfig.c80 format_key(prop_object_t key_prop) in format_key() function
251 printf("%spublic-key: %s\n", prefix, format_key(prop_obj)); in show_peer()
261 printf("%spreshared-key: %s\n", prefix, format_key(prop_obj)); in show_peer()
292 printf("\tprivate-key: %s\n", format_key(prop_obj)); in cmd_show_all()
385 printf("private-key: %s\n", format_key(prop_obj)); in cmd_show_private_key()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dauth2-pubkey.c84 format_key(const struct sshkey *key) in format_key() function
184 key_s = format_key(key); in userauth_pubkey()
186 ca_s = format_key(key->cert->signature_key); in userauth_pubkey()