Home
last modified time | relevance | path

Searched refs:etm (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/usr.bin/ssh/
Dmac.c51 int etm; /* Encrypt-then-MAC */ member
116 mac->etm = macalg->etm; in mac_setup_by_alg()
Dmac.h38 int etm; /* Encrypt-then-MAC */ member
Dpacket.c392 if (enc == NULL || !cipher_is_cbc(enc->cipher) || (mac && mac->etm)) { in ssh_packet_start_discard()
1160 aadlen = (mac && mac->enabled && mac->etm) || authlen ? 4 : 0; in ssh_packet_send2_wrapped()
1244 if (mac && mac->enabled && !mac->etm) { in ssh_packet_send2_wrapped()
1261 if (mac->etm) { in ssh_packet_send2_wrapped()
1562 aadlen = (mac && mac->enabled && mac->etm) || authlen ? 4 : 0; in ssh_packet_read_poll2()
1646 if (mac && mac->enabled && mac->etm) { in ssh_packet_read_poll2()
1666 if (!mac->etm && (r = mac_check(mac, state->p_read.seqnr, in ssh_packet_read_poll2()
DPROTOCOL56 OpenSSH supports MAC algorithms, whose names contain "-etm", that
65 Specifically, the "-etm" MAC algorithms modify the transport protocol
/openbsd/src/gnu/llvm/lldb/docs/
Dlldb-gdb-remote.txt248 // Tracing technology name, e.g. intel-pt, arm-etm.
283 // Tracing technology name, e.g. intel-pt, arm-etm.
426 // Tracing technology name, e.g. intel-pt, arm-etm.
460 // Tracing technology name, e.g. intel-pt, arm-etm.
559 // Tracing technology name, e.g. intel-pt, arm-etm.