/freebsd/contrib/wpa/src/pae/ |
H A D | ieee802_1x_key.c | 21 static void joint_two_mac(const u8 *mac1, const u8 *mac2, u8 *out) in joint_two_mac() argument 23 if (os_memcmp(mac1, mac2, ETH_ALEN) < 0) { in joint_two_mac() 24 os_memcpy(out, mac1, ETH_ALEN); in joint_two_mac() 28 os_memcpy(out + ETH_ALEN, mac1, ETH_ALEN); in joint_two_mac() 89 * CAK = KDF(Key, Label, mac1 | mac2, CAKlength) 91 int ieee802_1x_cak_aes_cmac(const u8 *msk, size_t msk_bytes, const u8 *mac1, in ieee802_1x_cak_aes_cmac() argument 96 joint_two_mac(mac1, mac2, context); in ieee802_1x_cak_aes_cmac() 106 * CKN = KDF(Key, Label, ID | mac1 | mac2, CKNlength) 108 int ieee802_1x_ckn_aes_cmac(const u8 *msk, size_t msk_bytes, const u8 *mac1, in ieee802_1x_ckn_aes_cmac() argument 122 joint_two_mac(mac1, mac2, context + sid_bytes); in ieee802_1x_ckn_aes_cmac()
|
H A D | ieee802_1x_key.h | 12 int ieee802_1x_cak_aes_cmac(const u8 *msk, size_t msk_bytes, const u8 *mac1, 14 int ieee802_1x_ckn_aes_cmac(const u8 *msk, size_t msk_bytes, const u8 *mac1,
|
H A D | ieee802_1x_kay_i.h | 69 int (*cak_trfm)(const u8 *msk, size_t msk_bytes, const u8 *mac1, 71 int (*ckn_trfm)(const u8 *msk, size_t msk_bytes, const u8 *mac1,
|
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/ |
H A D | qcom,ath11k.yaml | 136 - description: interrupt event for ring rxdma2host-monitor-destination-mac1 139 - description: interrupt event for ring ppdu-end-interrupts-mac1 142 - description: interrupt event for ring rxdma2host-monitor-status-ring-mac1 145 - description: interrupt event for ring host2rxdma-host-buf-ring-mac1 148 - description: interrupt event for ring rxdma2host-destination-ring-mac1 190 - const: rxdma2host-monitor-destination-mac1 193 - const: ppdu-end-interrupts-mac1 196 - const: rxdma2host-monitor-status-ring-mac1 199 - const: host2rxdma-host-buf-ring-mac1 202 - const: rxdma2host-destination-ring-mac1 [all …]
|
/freebsd/sys/dev/wg/ |
H A D | wg_cookie.c | 23 #define COOKIE_MAC1_KEY_LABEL "mac1----" 153 macs->mac1, COOKIE_MAC_SIZE, nonce, cc->cc_cookie_key); in cookie_checker_create_payload() 214 memcpy(cm->cm_mac1_last, macs->mac1, COOKIE_MAC_SIZE); in cookie_maker_mac() 240 /* If mac1 is invald, we want to drop the packet */ in cookie_checker_validate_macs() 241 if (timingsafe_bcmp(our_macs.mac1, macs->mac1, COOKIE_MAC_SIZE) != 0) in cookie_checker_validate_macs() 288 blake2s_final(&state, macs->mac1); in macs_mac1() 298 blake2s_update(&state, macs->mac1, COOKIE_MAC_SIZE); in macs_mac2()
|
H A D | wg_cookie.h | 23 uint8_t mac1[COOKIE_MAC_SIZE]; member
|
/freebsd/sys/contrib/device-tree/src/riscv/microchip/ |
H A D | mpfs-polarberry.dts | 14 ethernet0 = &mac1; 43 &mac1 {
|
H A D | mpfs-sev-kit.dts | 16 ethernet0 = &mac1; 83 &mac1 {
|
H A D | mpfs-tysom-m.dts | 20 ethernet1 = &mac1; 89 &mac1 {
|
H A D | microchip-mpfs-icicle-kit.dts | 16 ethernet0 = &mac1; 112 &mac1 {
|
H A D | mpfs-m100pfsevp.dts | 19 ethernet1 = &mac1; 98 &mac1 {
|
H A D | mpfs-icicle-kit.dts | 17 ethernet0 = &mac1; 147 &mac1 {
|
/freebsd/sys/dev/qlxgbe/ |
H A D | ql_def.h | 276 #define QL_MAC_CMP(mac1, mac2) \ argument 277 ((((*(uint32_t *) mac1) == (*(uint32_t *) mac2) && \ 278 (*(uint16_t *)(mac1 + 4)) == (*(uint16_t *)(mac2 + 4)))) ? 0 : 1)
|
/freebsd/sys/dev/qlxge/ |
H A D | qls_def.h | 370 #define QL_MAC_CMP(mac1, mac2) \ argument 371 ((((*(uint32_t *) mac1) == (*(uint32_t *) mac2) && \ 372 (*(uint16_t *)(mac1 + 4)) == (*(uint16_t *)(mac2 + 4)))) ? 0 : 1)
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | pcic.c | 42 "rxdma2host-monitor-destination-mac1", 45 "ppdu-end-interrupts-mac1", 48 "rxdma2host-monitor-status-ring-mac1", 51 "host2rxdma-host-buf-ring-mac1", 54 "rxdma2host-destination-ring-mac1",
|
H A D | ahb.c | 78 "rxdma2host-monitor-destination-mac1", 81 "ppdu-end-interrupts-mac1", 84 "rxdma2host-monitor-status-ring-mac1", 87 "host2rxdma-host-buf-ring-mac1", 90 "rxdma2host-destination-ring-mac1",
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | faraday,ftmac.txt | 20 mac1: mac@92000000 {
|
H A D | ftgmac100.txt | 50 mac1: ethernet@1e680000 {
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/ |
H A D | imx28-eukrea-mbmx287lc.dts | 23 &mac1 {
|
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
H A D | ast2500-facebook-netbmc-common.dtsi | 63 &mac1 {
|
H A D | ast2400-facebook-netbmc-common.dtsi | 65 &mac1 {
|
H A D | aspeed-bmc-facebook-yamp.dts | 45 &mac1 {
|
H A D | aspeed-ast2500-evb.dts | 73 &mac1 {
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | qlnx_def.h | 522 #define QL_MAC_CMP(mac1, mac2) \ argument 523 ((((*(uint32_t *) mac1) == (*(uint32_t *) mac2) && \ 524 (*(uint16_t *)(mac1 + 4)) == (*(uint16_t *)(mac2 + 4)))) ? 0 : 1)
|
/freebsd/sys/contrib/device-tree/src/arm/moxa/ |
H A D | moxart-uc7112lx.dts | 110 &mac1 {
|