Lines Matching defs:private
126 /* private key table, one per protocol version */
175 /* return private key table for requested protocol version */
193 /* return matching private key for given public key */
323 struct sshkey *private = id->key;
324 /* Decrypt the challenge using the private key. */
326 private->rsa) != 0)) {
608 error("%s: decode private key: %s", __func__, ssh_err(r));
1263 /* Create private directory for agent socket */
1266 perror("mkdtemp: private socket dir");
1347 /* deny core dumps, since memory contains unencrypted private keys */