Home
last modified time | relevance | path

Searched refs:umac (Results 1 – 15 of 15) sorted by relevance

/freebsd-14-stable/sys/contrib/dev/iwlwifi/fw/
HDdbg.h315 struct iwl_umac_alive *umac) in iwl_fwrt_update_fw_versions() argument
324 if (umac) { in iwl_fwrt_update_fw_versions()
325 fwrt->dump.fw_ver.umac_major = le32_to_cpu(umac->umac_major); in iwl_fwrt_update_fw_versions()
326 fwrt->dump.fw_ver.umac_minor = le32_to_cpu(umac->umac_minor); in iwl_fwrt_update_fw_versions()
/freebsd-14-stable/crypto/openssh/
HDumac.h77 int umac(struct umac_ctx *ctx, u_char *input,
HDssh_config38 # MACs hmac-md5,hmac-sha1,umac-64@openssh.com
HDPROTOCOL17 1.1. transport: Protocol 2 MAC algorithm "umac-64@openssh.com"
20 (rfc4418). This method is identical to the "umac-64" method documented
23 https://www.openssh.com/txt/draft-miller-secsh-umac-01.txt
HDumac.c1267 int umac(struct umac_ctx *ctx, u_char *input,
HD.depend80 …-compat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h digest.h hmac.h umac.h mac.h misc.h sshe…
177 umac.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/bas…
178umac.c includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/bas…
/freebsd-14-stable/sys/contrib/dev/iwlwifi/mvm/
HDfw.c107 struct iwl_umac_alive *umac; in iwl_alive_fn() local
169 umac = &palive->umac_data; in iwl_alive_fn()
189 umac = &palive->umac_data; in iwl_alive_fn()
201 umac = &palive3->umac_data; in iwl_alive_fn()
219 umac_error_table = le32_to_cpu(umac->dbg_ptrs.error_info_addr) & in iwl_alive_fn()
248 le32_to_cpu(umac->umac_major), in iwl_alive_fn()
249 le32_to_cpu(umac->umac_minor)); in iwl_alive_fn()
251 iwl_fwrt_update_fw_versions(&mvm->fwrt, lmac1, umac); in iwl_alive_fn()
/freebsd-14-stable/crypto/openssh/regress/unittests/hostkeys/
HDMakefile9 SRCS+=ssh-dss.c ssh-ecdsa.c ssh-ed25519.c mac.c umac.c umac128.c hmac.c misc.c
/freebsd-14-stable/crypto/openssh/regress/unittests/sshsig/
HDMakefile9 SRCS+=ssh-dss.c ssh-ecdsa.c ssh-ed25519.c mac.c umac.c umac128.c hmac.c misc.c
/freebsd-14-stable/crypto/openssh/regress/unittests/sshkey/
HDMakefile9 SRCS+=ssh-dss.c ssh-ecdsa.c ssh-ed25519.c mac.c umac.c umac128.c hmac.c misc.c
/freebsd-14-stable/crypto/openssh/regress/unittests/kex/
HDMakefile9 SRCS+=ssh-dss.c ssh-ecdsa.c ssh-ed25519.c mac.c umac.c umac128.c hmac.c misc.c
/freebsd-14-stable/secure/lib/libssh/
HDMakefile20 msg.c dns.c entropy.c umac.c umac128.c \
/freebsd-14-stable/sys/kern/
HDkern_prot.c553 void *umac; in user_setcred() local
594 umac = wcred.sc_label; in user_setcred()
613 error = mac_label_copyin32(umac, &mac, NULL); in user_setcred()
616 error = mac_label_copyin(umac, &mac, NULL); in user_setcred()
/freebsd-14-stable/sys/dev/iwm/
HDif_iwm.c2723 struct iwm_umac_alive *umac; in iwm_alive_fn() local
2730 umac = &palive->umac_data; in iwm_alive_fn()
2736 umac = &palive3->umac_data; in iwm_alive_fn()
2746 sc->umac_error_event_table = le32toh(umac->error_info_addr); in iwm_alive_fn()
2761 le32toh(umac->umac_major), in iwm_alive_fn()
2762 le32toh(umac->umac_minor)); in iwm_alive_fn()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
HDSparcInstrInfo.td1731 "umac $rs1, $rs2, $rd",
1736 "umac $rs1, $simm13, $rd",