| /freebsd-14.2/crypto/openssl/test/recipes/30-test_evp_data/ |
| H A D | evpmac_poly1305.txt | 16 MAC = Poly1305 22 MAC = Poly1305 28 MAC = Poly1305 34 MAC = Poly1305 41 MAC = Poly1305 48 MAC = Poly1305 55 MAC = Poly1305 62 MAC = Poly1305 69 MAC = Poly1305 78 MAC = Poly1305 [all …]
|
| H A D | evpmac_blake.txt | 16 MAC = BLAKE2BMAC 23 MAC = BLAKE2BMAC 29 MAC = BLAKE2BMAC 35 MAC = BLAKE2BMAC 40 MAC = BLAKE2BMAC 45 MAC = BLAKE2BMAC 50 MAC = BLAKE2BMAC 55 MAC = BLAKE2BMAC 60 MAC = BLAKE2BMAC 65 MAC = BLAKE2BMAC [all …]
|
| H A D | evpmac_common.txt | 18 MAC = HMAC 27 MAC = HMAC 35 MAC = HMAC 46 MAC = HMAC 54 MAC = HMAC 61 MAC = HMAC 70 MAC = HMAC 78 MAC = HMAC 84 MAC = HMAC 90 MAC = HMAC [all …]
|
| H A D | evpmac_siphash.txt | 19 MAC = SipHash 24 MAC = SipHash 29 MAC = SipHash 34 MAC = SipHash 39 MAC = SipHash 44 MAC = SipHash 49 MAC = SipHash 54 MAC = SipHash 59 MAC = SipHash 64 MAC = SipHash [all …]
|
| H A D | evpmac_sm3.txt | 10 # Cipher Decrypt Derive Digest Encoding MAC 16 MAC = HMAC 22 MAC = HMAC 28 MAC = HMAC 34 MAC = HMAC
|
| /freebsd-14.2/crypto/openssl/doc/man7/ |
| H A D | EVP_PKEY-HMAC.pod | 7 - EVP_PKEY legacy MAC keytypes and algorithm support 13 in the default provider. Performing MAC operations via an EVP_PKEY 15 and for a restricted set of algorithms. The preferred way of performing MAC 18 For further details on using EVP_PKEY based MAC keys see 22 =head2 Common MAC parameters 24 All the B<MAC> keytypes support the following parameters. 30 The MAC key value. 47 The name of a cipher to be used when generating the MAC. 55 =head2 Common MAC key generation parameters 65 The MAC key value. [all …]
|
| H A D | provider-mac.pod | 31 /* MAC parameter descriptors */ 36 /* MAC parameters */ 46 The MAC operation enables providers to implement mac algorithms and make 113 the MAC I<key> of I<keylen> bytes. 121 OSSL_FUNC_mac_final() completes the MAC computation started through previous 157 All MAC implementations are expected to handle the following parameters: 178 Can be used to get the default MAC size (which might be the only allowable 179 MAC size for the implementation). 190 Can be used to get the MAC block size (if supported by the algorithm). 198 The MAC life-cycle is described in L<life_cycle-rand(7)>. Providers should [all …]
|
| /freebsd-14.2/tests/sys/net/ |
| H A D | if_lagg_test.sh | 41 local TAP0 TAP1 LAGG MAC 61 MAC=`ifconfig $LAGG | awk '/ether/ {print $2}'` 84 local TAP0 TAP1 LAGG MAC 143 local TAP0 TAP1 LAGG MAC 203 local TAP0 TAP1 LAGG MAC SRCDIR 262 local TAP0 TAP1 LAGG MAC SRCDIR 321 local TAP0 TAP1 LAGG MAC 326 MAC="00:11:22:33:44:55" 339 atf_check ifconfig $LAGG ether ${MAC} 359 local TAP0 TAP1 LAGG MAC [all …]
|
| /freebsd-14.2/crypto/openssl/doc/man1/ |
| H A D | openssl-mac.pod.in | 36 Input filename to calculate a MAC for, or standard input by default. 64 Passes options to the MAC algorithm. 76 A key must be specified for every MAC algorithm. 80 Specifies the MAC key in hexadecimal form (two hex digits per byte). 81 The key length must conform to any restrictions of the MAC algorithm. 82 A key must be specified for every MAC algorithm. 117 Specifies the name of a supported MAC algorithm which will be used. 118 To see the list of supported MAC's use the command C<openssl list 132 To create a SipHash MAC from a file with a binary file output: 137 To create a hex-encoded CMAC-AES-128-CBC MAC from a file: [all …]
|
| H A D | openssl-fipsinstall.pod.in | 34 verifies its MAC, but optionally only needs to run the KAT's once, 41 =item - A MAC of the FIPS module file. 47 =item - A MAC of the status indicator. 111 Specifies the name of a supported MAC algorithm which will be used. 112 The MAC mechanisms that are available will depend on the options 114 To see the list of supported MAC's use the command 119 Passes options to the MAC algorithm. 131 A key must be specified for every MAC algorithm. 137 Specifies the MAC key in hexadecimal form (two hex digits per byte). 138 The key length must conform to any restrictions of the MAC algorithm. [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/net/ |
| H A D | hisilicon-femac.txt | 1 Hisilicon Fast Ethernet MAC controller 9 The first region is the MAC core register base and size. 10 The second region is the global MAC control register. 11 - interrupts: should contain the MAC interrupt. 12 - clocks: A phandle to the MAC main clock. 13 - resets: should contain the phandle to the MAC reset signal(required) and 24 The MAC address will be determined using the optional properties
|
| H A D | mediatek-dwmac.yaml | 52 - description: MAC Main clock 54 - description: RMII reference clock provided by MAC 55 - description: MAC clock gate 105 If present, indicates that MAC provides the RMII reference clock, which 113 2. tx clock inside MAC will be inversed relative to reference clock 116 when the reference clock is from MAC. 123 2. reference clock will be inversed when arrived at MAC in RMII case, when 125 3. the inside clock, which be sent to MAC, will be inversed in RMII case when 126 the reference clock is from MAC. 131 If present, indicates that MAC supports WOL(Wake-On-LAN), and MAC WOL will be enabled.
|
| H A D | ethernet-controller.yaml | 22 Specifies the MAC address that was assigned to the network device. 29 Specifies the MAC address that was last used by the boot 30 program; should be used in cases where the MAC address assigned 52 Reference to an nvmem node for the MAC address 62 # There is not a standard bus between the MAC and the PHY, 64 # MAC. 77 # RX and TX delays are added by the MAC when required 81 # the MAC should not add the RX or TX delays in this case 84 # RGMII with internal RX delay provided by the PHY, the MAC 88 # RGMII with internal TX delay provided by the PHY, the MAC [all …]
|
| H A D | qcom-emac.txt | 3 This network controller consists of two devices: a MAC and an SGMII 5 connects the MAC node to its corresponding internal phy node. Another 10 MAC node: 14 - mac-address : The 6-byte MAC address. If present, it is the default 15 MAC address.
|
| H A D | imx-dwmac.txt | 1 IMX8 glue layer controller, NXP imx8 families support Synopsys MAC 5.10a IP. 13 Should be "pclk" for the MAC apb clock. 14 Should be "ptp_ref" for the MAC timer clock. 15 Should be "tx" for the MAC RGMII TX clock: 21 Should be "macirq" for the main MAC IRQ
|
| H A D | hisilicon-hix5hd2-gmac.txt | 14 The first region is the MAC register base and size. 16 - interrupts: should contain the MAC interrupt. 23 - resets: should contain the phandle to the MAC core reset signal(optional), 24 the MAC interface reset signal(optional) 33 The MAC address will be determined using the properties defined in
|
| H A D | adi,adin1110.yaml | 7 title: ADI ADIN1110 MAC-PHY 13 The ADIN1110 is a low power single port 10BASE-T1L MAC- 15 an Ethernet PHY core with a MAC and all the associated analog 26 between the MAC and host processor.
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | EVP_MAC.pod | 14 EVP_MAC_do_all_provided - EVP MAC routines 80 "MAC context", which is to denote the MAC level context, and about a 86 B<EVP_MAC> is a type that holds the implementation of a MAC. 105 MAC. 216 Not all MAC algorithms support this. 245 its own MAC implementations. 255 Its value is the MAC key as an array of bytes. 272 This option is used by BLAKE2 MAC. 282 A simple flag to set the MAC digest to not initialise the 323 having the MAC calculated including the received MAC and the record padding. [all …]
|
| H A D | PKCS12_create.pod | 31 iteration count to use and I<mac_iter> is the MAC iteration count to use. 43 AES-256-CBC) for private keys and certificates, the PBKDF2 and MAC key 45 MAC algorithm HMAC with SHA2-256. The MAC key derivation algorithm used 48 The default MAC iteration count is 1 in order to retain compatibility with 49 old software which did not interpret MAC iteration counts. If such compatibility 77 I<mac_iter> can be set to -1 and the MAC will then be omitted entirely. 104 The defaults for encryption algorithms, MAC algorithm, and the MAC key
|
| H A D | OSSL_CRMF_pbmp_new.pod | 7 - functions for producing Password-Based MAC (PBM) 25 OSSL_CRMF_pbm_new() generates a PBM (Password-Based MAC) based on given PBM 29 to influence the selection of the MAC algorithm referenced in the I<pbmp>; 32 allocated MAC via the I<mac> reference parameter and writes the length via the 38 and MAC NID I<macnid>. 44 The algorithms for the OWF (one-way function) and for the MAC (message
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | PROTOCOL.chacha20poly1305 | 12 Poly1305[2], also by Daniel Bernstein, is a one-time Carter-Wegman MAC 19 data passed to the MAC and in the addition of encryption of the packet 26 authentication. As such, no separate MAC is required. If the 28 the offered MAC algorithms are ignored and no MAC is required to be 49 the MAC. By using an independently-keyed cipher instance to encrypt the 52 its MAC (assuming key derivation, ChaCha20 and Poly1305 are secure). 71 Once the entire packet has been received, the MAC MUST be checked 73 above and the MAC tag calculated using Poly1305 with this key over the 75 MAC is then compared in constant time with the one appended to the 82 encrypted length. Finally, calculate a MAC tag and append it.
|
| /freebsd-14.2/crypto/openssl/crypto/poly1305/asm/ |
| H A D | poly1305-c64xplus.pl | 266 my ($MAC,$NONCEA,$NONCEB)=($INPB,$LEN,$PADBIT); 317 STNW A22,*${MAC}[0] ; write the result 318 STNW A24,*${MAC}[1] 319 STNW A26,*${MAC}[2] 320 STNW A28,*${MAC}[3]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/nvmem/layouts/ |
| H A D | kontron,sl28-vpd.yaml | 14 number and a base MAC address. The actual MAC addresses for the 15 on-board ethernet devices are derived from this base MAC address by 33 Base MAC address for all on-module network interfaces. The first
|
| /freebsd-14.2/sys/security/mac/ |
| H A D | mac_framework.h | 156 #ifdef MAC 174 #ifdef MAC 260 #ifdef MAC 275 #ifdef MAC 283 #ifdef MAC 346 #ifdef MAC 362 #ifdef MAC 530 #ifdef MAC 549 #ifdef MAC 568 #ifdef MAC [all …]
|
| /freebsd-14.2/sys/powerpc/conf/dpaa/ |
| H A D | files.dpaa | 51 contrib/ncsw/Peripherals/FM/MAC/dtsec.c optional dpaa \ 53 contrib/ncsw/Peripherals/FM/MAC/dtsec_mii_acc.c optional dpaa \ 55 contrib/ncsw/Peripherals/FM/MAC/fman_dtsec.c optional dpaa \ 57 contrib/ncsw/Peripherals/FM/MAC/fman_dtsec_mii_acc.c optional dpaa \ 59 contrib/ncsw/Peripherals/FM/MAC/fm_mac.c optional dpaa \ 61 contrib/ncsw/Peripherals/FM/MAC/fman_dtsec.c optional dpaa \ 63 contrib/ncsw/Peripherals/FM/MAC/tgec.c optional dpaa \ 65 contrib/ncsw/Peripherals/FM/MAC/tgec_mii_acc.c optional dpaa \ 67 contrib/ncsw/Peripherals/FM/MAC/fman_tgec.c optional dpaa \
|