Searched refs:MAC (Results 1 – 25 of 422) sorted by relevance
12345678910>>...17
| /freebsd-14-stable/crypto/openssl/test/recipes/30-test_evp_data/ |
| HD | evpmac_poly1305.txt | 10 # Cipher Decrypt Derive Digest Encoding KDF MAC PBE 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 [all …]
|
| HD | evpmac_blake.txt | 10 # Cipher Decrypt Derive Digest Encoding KDF MAC PBE 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 [all …]
|
| HD | evpmac_common.txt | 10 # Cipher Decrypt Derive Digest Encoding KDF MAC PBE 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 [all …]
|
| HD | evpmac_siphash.txt | 10 # Cipher Decrypt Derive Digest Encoding KDF MAC PBE 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 [all …]
|
| HD | evpmac_sm3.txt | 10 # Cipher Decrypt Derive Digest Encoding MAC 16 MAC = HMAC 22 MAC = HMAC 28 MAC = HMAC 34 MAC = HMAC
|
| HD | evpmac_cmac_des.txt | 10 # Cipher Decrypt Derive Digest Encoding KDF MAC PBE 17 MAC = CMAC 23 MAC = CMAC by EVP_PKEY
|
| /freebsd-14-stable/crypto/openssl/doc/man7/ |
| HD | 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 57 MAC key generation is unusual in that no new key is actually generated. Instead [all …]
|
| HD | 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. 115 OSSL_FUNC_mac_update() is called to supply data for MAC computation of a previously 121 OSSL_FUNC_mac_final() completes the MAC computation started through previous 124 The resulting MAC should be written to I<out> and the amount of data written 157 All MAC implementations are expected to handle the following parameters: 167 Sets the key in the associated MAC ctx. This is identical to passing a I<key> 178 Can be used to get the default MAC size (which might be the only allowable [all …]
|
| HD | life_cycle-mac.pod | 5 life_cycle-mac - The MAC algorithm life-cycle 16 This state represents the MAC before it has been allocated. It is the 21 This state represents the MAC after it has been allocated. 25 This state represents the MAC when it is set up and capable of processing 30 This state represents the MAC when it is set up and capable of processing 35 This state represents the MAC when it has generated output. 39 This state is entered when the MAC is freed. It is the terminal state 46 The usual life-cycle of a MAC is illustrated: 207 The provider MAC interface was introduced in OpenSSL 3.0.
|
| /freebsd-14-stable/tests/sys/net/ |
| HD | if_lagg_test.sh | 41 local TAP0 TAP1 LAGG MAC 61 MAC=`ifconfig $LAGG | awk '/ether/ {print $2}'` 62 atf_check -o match:"ether ${MAC}" ifconfig $TAP0 63 atf_check -o match:"ether ${MAC}" ifconfig $TAP1 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" [all …]
|
| /freebsd-14-stable/crypto/openssl/doc/man1/ |
| HD | openssl-mac.pod.in | 23 The message authentication code functions output the MAC of a supplied input 36 Input filename to calculate a MAC for, or standard input by default. 46 Output the MAC in binary form. Uses hexadecimal text format if not specified. 59 The string length must conform to any restrictions of the MAC algorithm. 64 Passes options to the MAC algorithm. 73 Specifies the MAC key as an alphanumeric string (use if the key contains 75 The string length must conform to any restrictions of 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. [all …]
|
| HD | 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. 128 Specifies the MAC key as an alphanumeric string (use if the key contains 130 The string length must conform to any restrictions of the MAC algorithm. 131 A key must be specified for every MAC algorithm. [all …]
|
| HD | openssl-dgst.pod.in | 151 Create a hashed MAC using "key". 158 Create MAC (keyed Message Authentication Code). The most popular MAC 159 algorithm is HMAC (hash-based MAC), but there are other MAC algorithms 161 supported by the B<gost> engine. MAC keys and other options should be set 169 Passes options to MAC algorithm, specified by B<-mac> key. 176 Specifies MAC key as alphanumeric string (use if key contain printable 178 the MAC algorithm for example exactly 32 chars for gost-mac. 182 Specifies MAC key in hexadecimal form (two hex digits per byte). 183 Key length must conform to any restrictions of the MAC algorithm
|
| /freebsd-14-stable/sys/contrib/device-tree/Bindings/net/ |
| HD | 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
|
| HD | 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
|
| HD | 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.
|
| HD | 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
|
| /freebsd-14-stable/crypto/openssl/doc/man3/ |
| HD | EVP_MAC.pod | 14 EVP_MAC_do_all_provided - EVP MAC routines 76 the MAC algorithm itself and one for the underlying computation 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. 88 B<EVP_MAC_CTX> is a context type that holds internal MAC information 94 EVP_MAC_fetch() fetches an implementation of a MAC I<algorithm>, given 98 See L<OSSL_PROVIDER-default(7)/Message Authentication Code (MAC)> for the list 105 MAC. 112 EVP_MAC_CTX_new() creates a new context for the MAC type I<mac>. 130 using the MAC algorithm I<name> and the key I<key> with length I<keylen>. [all …]
|
| HD | 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
|
| HD | 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-stable/crypto/openssh/ |
| HD | 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-stable/sys/security/mac/ |
| HD | mac_framework.h | 160 #ifdef MAC 178 #ifdef MAC 264 #ifdef MAC 279 #ifdef MAC 287 #ifdef MAC 350 #ifdef MAC 366 #ifdef MAC 491 #if defined(MAC) && defined(DEBUG_VFS_LOCKS) 534 #ifdef MAC 553 #ifdef MAC [all …]
|
| /freebsd-14-stable/crypto/openssl/crypto/poly1305/asm/ |
| HD | 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-stable/sys/powerpc/conf/dpaa/ |
| HD | 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 \
|
| /freebsd-14-stable/contrib/wpa/hostapd/ |
| HD | hostapd.accept | 1 # List of MAC addresses that are allowed to authenticate (IEEE 802.11) 3 # MAC address if dynamic VLANs (hostapd.conf dynamic_vlan option) are used.
|
12345678910>>...17