Home
last modified time | relevance | path

Searched refs:seqnr (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/usr.bin/ssh/
H A Ddispatch.c89 u_int32_t seqnr; in ssh_dispatch_run() local
93 r = ssh_packet_read_seqnr(ssh, &type, &seqnr); in ssh_dispatch_run()
97 r = ssh_packet_read_poll_seqnr(ssh, &type, &seqnr); in ssh_dispatch_run()
110 r = (*ssh->dispatch[type])(type, seqnr, ssh); in ssh_dispatch_run()
H A Dcipher-chachapoly.c62 chachapoly_crypt(struct chachapoly_ctx *ctx, u_int seqnr, u_char *dest, in chachapoly_crypt() argument
75 POKE_U64(seqbuf, seqnr); in chachapoly_crypt()
118 u_int *plenp, u_int seqnr, const u_char *cp, u_int len) in chachapoly_get_length() argument
124 POKE_U64(seqbuf, seqnr); in chachapoly_get_length()
H A Dcipher-chachapoly-libcrypto.c78 chachapoly_crypt(struct chachapoly_ctx *ctx, u_int seqnr, u_char *dest, in chachapoly_crypt() argument
90 POKE_U64(seqbuf + 8, seqnr); in chachapoly_crypt()
143 u_int *plenp, u_int seqnr, const u_char *cp, u_int len) in chachapoly_get_length() argument
150 POKE_U64(seqbuf + 8, seqnr); in chachapoly_get_length()
H A Dcipher-chachapoly.h33 int chachapoly_crypt(struct chachapoly_ctx *cpctx, u_int seqnr,
37 u_int *plenp, u_int seqnr, const u_char *cp, u_int len)
H A Dpacket.c89 u_int32_t seqnr; member
376 state->p_read.seqnr, in ssh_packet_stop_discard()
965 /* note that both bytes and the seqnr are not reset */ in ssh_set_newkeys()
1243 /* compute MAC over seqnr and packet(length fields, payload, padding) */ in ssh_packet_send2_wrapped()
1245 if ((r = mac_compute(mac, state->p_send.seqnr, in ssh_packet_send2_wrapped()
1249 DBG(debug("done calc MAC out #%d", state->p_send.seqnr)); in ssh_packet_send2_wrapped()
1255 if ((r = cipher_crypt(state->send_context, state->p_send.seqnr, cp, in ssh_packet_send2_wrapped()
1263 if ((r = mac_compute(mac, state->p_send.seqnr, in ssh_packet_send2_wrapped()
1267 state->p_send.seqnr)); in ssh_packet_send2_wrapped()
1277 if (++state->p_send.seqnr in ssh_packet_send2_wrapped()
1775 u_int reason, seqnr; ssh_packet_read_poll_seqnr() local
[all...]
H A Dcipher.c339 cipher_crypt(struct sshcipher_ctx *cc, u_int seqnr, u_char *dest, in cipher_crypt() argument
343 return chachapoly_crypt(cc->cp_ctx, seqnr, dest, src, in cipher_crypt()
402 cipher_get_length(struct sshcipher_ctx *cc, u_int *plenp, u_int seqnr, in cipher_get_length() argument
406 return chachapoly_get_length(cc->cp_ctx, plenp, seqnr, in cipher_get_length()
H A Dssh_api.c252 u_int32_t seqnr; in ssh_packet_next()
275 if ((r = ssh_packet_read_poll2(ssh, &type, &seqnr)) != 0) in ssh_packet_next()
280 if ((r = (*ssh->dispatch[type])(type, seqnr, ssh)) != 0) in ssh_packet_next()
250 u_int32_t seqnr; ssh_packet_next() local
H A Dsshconnect2.c1065 input_userauth_passwd_changereq(int type, u_int32_t seqnr, struct ssh *ssh) in input_userauth_passwd_changereq()
1064 input_userauth_passwd_changereq(int type,u_int32_t seqnr,struct ssh * ssh) input_userauth_passwd_changereq() argument
/openbsd-src/sys/dev/sdmmc/
H A Dif_bwfm_sdio.h165 uint8_t seqnr; member
H A Dif_bwfm_sdio.c1133 swhdr->seqnr = sc->sc_tx_seq++; in bwfm_sdio_tx_ctrlframe()
1173 swhdr->seqnr = sc->sc_tx_seq++; in bwfm_sdio_tx_dataframe()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgensupport.c988 read_md_rtx (lineno, seqnr) in read_md_rtx() argument
990 int *seqnr;
1012 *seqnr = sequence_num;
/openbsd-src/gnu/gcc/gcc/
H A Dgensupport.c1078 read_md_rtx (int *lineno, int *seqnr) in read_md_rtx() argument
1102 *seqnr = sequence_num; in read_md_rtx()
1123 record_insn_name (*seqnr, XSTR (desc, 0)); in read_md_rtx()