Home
last modified time | relevance | path

Searched refs:isprivate (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/mpl/bind/dist/lib/dns/
H A Ddst_internal.h204 bool (*isprivate)(const dst_key_t *key); member
H A Ddst_api.c378 if (key->func->isprivate == NULL || !key->func->isprivate(key)) { in dst_context_sign()
1414 INSIST(key->func->isprivate != NULL); in dst_key_isprivate()
1415 return (key->func->isprivate(key)); in dst_key_isprivate()
/netbsd/crypto/external/bsd/openssh/dist/
H A Dsshconnect2.c329 int isprivate; /* key points to the private key */ member
1267 (id->isprivate || (id->key->flags & SSHKEY_FLAG_EXT))) { in identity_sign()
1400 !id->isprivate && id->agent_fd == -1 && in sign_and_send_pubkey()
1628 !(id->key && id->isprivate)) in load_identity_file()
1914 id->isprivate = 1; in userauth_pubkey()
1919 id->isprivate = 0; in userauth_pubkey()