Searched refs:umac (Results 1 – 15 of 15) sorted by relevance
| /freebsd-14-stable/sys/contrib/dev/iwlwifi/fw/ |
| HD | dbg.h | 315 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/ |
| HD | umac.h | 77 int umac(struct umac_ctx *ctx, u_char *input,
|
| HD | ssh_config | 38 # MACs hmac-md5,hmac-sha1,umac-64@openssh.com
|
| HD | PROTOCOL | 17 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
|
| HD | umac.c | 1267 int umac(struct umac_ctx *ctx, u_char *input,
|
| HD | .depend | 80 …-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… 178 …umac.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/ |
| HD | fw.c | 107 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/ |
| HD | Makefile | 9 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/ |
| HD | Makefile | 9 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/ |
| HD | Makefile | 9 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/ |
| HD | Makefile | 9 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/ |
| HD | Makefile | 20 msg.c dns.c entropy.c umac.c umac128.c \
|
| /freebsd-14-stable/sys/kern/ |
| HD | kern_prot.c | 553 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/ |
| HD | if_iwm.c | 2723 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/ |
| HD | SparcInstrInfo.td | 1731 "umac $rs1, $rs2, $rd", 1736 "umac $rs1, $simm13, $rd",
|