Searched refs:etm (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/usr.bin/ssh/ |
| D | mac.c | 51 int etm; /* Encrypt-then-MAC */ member 116 mac->etm = macalg->etm; in mac_setup_by_alg()
|
| D | mac.h | 38 int etm; /* Encrypt-then-MAC */ member
|
| D | packet.c | 392 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()
|
| D | PROTOCOL | 56 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/ |
| D | lldb-gdb-remote.txt | 248 // 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.
|