Searched defs:input (Results 1 – 14 of 14) sorted by relevance
/openssh-portable/ |
H A D | chacha.h | 16 u_int input[16]; member
|
H A D | xmss_wots.c | 88 static void base_w(int *output, const int out_len, const unsigned char *input, const wots_params *p… in base_w()
|
H A D | ssh_api.c | 327 struct sshbuf *input = ssh_packet_get_input(ssh); in _ssh_read_banner() local
|
H A D | umac.c | 1046 static int uhash_update(uhash_ctx_t ctx, const u_char *input, long len) in uhash_update() 1254 int umac_update(struct umac_ctx *ctx, const u_char *input, long len) in umac_update()
|
H A D | channels.h | 142 struct sshbuf *input; /* data read from socket, to be sent over member
|
H A D | auth-pam.c | 1120 char input[PAM_MAX_MSG_SIZE]; in sshpam_tty_conv() local
|
H A D | ssh-agent.c | 114 struct sshbuf *input; member
|
H A D | packet.c | 141 struct sshbuf *input; member 2396 const u_char *input, *output; in ssh_packet_set_state() local
|
H A D | channels.c | 1247 channel_decode_socks4(Channel *c, struct sshbuf *input, struct sshbuf *output) in channel_decode_socks4() 1366 channel_decode_socks5(Channel *c, struct sshbuf *input, struct sshbuf *output) in channel_decode_socks5()
|
H A D | sshkey.c | 1176 int input; in fingerprint_randomart() local
|
/openssh-portable/openbsd-compat/ |
H A D | base64.c | 137 u_char input[3]; in b64_ntop() local
|
H A D | readpassphrase.c | 57 int input, output, save_errno, i, need_restart; in readpassphrase() local
|
H A D | md5.c | 69 MD5Update(MD5_CTX *ctx, const unsigned char *input, size_t len) in MD5Update()
|
H A D | chacha_private.h | 14 u32 input[16]; /* could be compressed */ member
|
Completed in 85 milliseconds