Searched refs:etm (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/crypto/openssh/
H A Dmac.h38 int etm; /* Encrypt-then-MAC */ member in struct:sshmac
H A Dmac.c55 int etm; /* Encrypt-then-MAC */ member in struct:macalg
70 { "hmac-sha1-etm@openssh.com", SSH_DIGEST, SSH_DIGEST_SHA1, 0, 0, 0, 1 },
71 { "hmac-sha1-96-etm@openssh.com", SSH_DIGEST, SSH_DIGEST_SHA1, 96, 0, 0, 1 },
72 { "hmac-sha2-256-etm@openssh.com", SSH_DIGEST, SSH_DIGEST_SHA256, 0, 0, 0, 1 },
73 { "hmac-sha2-512-etm@openssh.com", SSH_DIGEST, SSH_DIGEST_SHA512, 0, 0, 0, 1 },
74 { "hmac-md5-etm@openssh.com", SSH_DIGEST, SSH_DIGEST_MD5, 0, 0, 0, 1 },
75 { "hmac-md5-96-etm@openssh.com", SSH_DIGEST, SSH_DIGEST_MD5, 96, 0, 0, 1 },
76 { "umac-64-etm@openssh.com", SSH_UMAC, 0, 0, 128, 64, 1 },
77 { "umac-128-etm@openssh.com", SSH_UMAC128, 0, 0, 128, 128, 1 },
120 mac->etm
[all...]
H A Dpacket.c413 if (enc == NULL || !cipher_is_cbc(enc->cipher) || (mac && mac->etm)) {
1094 aadlen = (mac && mac->enabled && mac->etm) || authlen ? 4 : 0;
1178 if (mac && mac->enabled && !mac->etm) {
1195 if (mac->etm) {
1497 aadlen = (mac && mac->enabled && mac->etm) || authlen ? 4 : 0;
1581 if (mac && mac->enabled && mac->etm) {
1601 if (!mac->etm && (r = mac_check(mac, state->p_read.seqnr,
/freebsd-current/sys/arm64/coresight/
H A Dcoresight_etm4x_fdt.c85 DEFINE_CLASS_1(etm, etm_fdt_driver, etm_fdt_methods,
88 EARLY_DRIVER_MODULE(etm, simplebus, etm_fdt_driver, 0, 0,
H A Dcoresight_etm4x_acpi.c83 DEFINE_CLASS_1(etm, etm_acpi_driver, etm_acpi_methods,
86 EARLY_DRIVER_MODULE(etm, acpi, etm_acpi_driver, 0, 0,
H A Dcoresight.h141 struct etm_state etm; member in struct:coresight_event
H A Dcoresight_etm4x.c100 bus_write_4(sc->res, TRCTRACEIDR, event->etm.trace_id);
211 panic("etm is not enabled\n");
263 DEFINE_CLASS_0(etm, etm_driver, etm_methods, sizeof(struct etm_softc));
/freebsd-current/crypto/openssl/util/perl/TLSProxy/
H A DRecord.pm16 my $etm = 0;
104 if (!TLSProxy::Proxy->is_tls13() && $etm) {
155 sub etm subroutine
159 $etm = shift;
161 return $etm;
H A DClientHello.pm110 TLSProxy::Record->etm(0);
113 TLSProxy::Record->etm(1);
H A DMessage.pm499 } elsif ($rec->etm()) {

Completed in 137 milliseconds