Home
last modified time | relevance | path

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

/external/openssh/
Dsshconnect2.c255 int isprivate; /* key points to the private key */ member
1031 (id->isprivate || (id->key->flags & SSHKEY_FLAG_EXT))) in identity_sign()
1132 if (!matched && !id->isprivate && id->agent_fd == -1 && in sign_and_send_pubkey()
1280 !(id->key && id->isprivate)) in load_identity_file()
1505 id->isprivate = 1; in userauth_pubkey()
1511 id->isprivate = 0; in userauth_pubkey()
/external/python/cpython2/Doc/library/
Ddoctest.rst959 The optional argument *isprivate*, deprecated in 2.4, was removed.
/external/python/cpython2/Misc/
DHISTORY763 - The optional ``isprivate`` argument to ``doctest.testmod()``, and the
2627 isprivate argument to testmod(). The Tester class supplied a feeble