Home
last modified time | relevance | path

Searched refs:MAC (Results 1 – 25 of 374) sorted by relevance

12345678910>>...15

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/30-test_evp_data/
H A Devpmac.txt10 # Cipher Decrypt Derive Digest Encoding KDF MAC PBE
20 MAC = SipHash
25 MAC = SipHash
30 MAC = SipHash
35 MAC = SipHash
40 MAC = SipHash
45 MAC = SipHash
50 MAC = SipHash
55 MAC = SipHash
60 MAC = SipHash
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
H A Devpmac_poly1305.txt10 # 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 …]
H A Devpmac_blake.txt10 # 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 …]
H A Devpmac_common.txt10 # 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 …]
H A Devpmac_siphash.txt10 # 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 …]
H A Devpmac_sm3.txt10 # Cipher Decrypt Derive Digest Encoding MAC
16 MAC = HMAC
22 MAC = HMAC
28 MAC = HMAC
34 MAC = HMAC
H A Devpmac_cmac_des.txt10 # Cipher Decrypt Derive Digest Encoding KDF MAC PBE
17 MAC = CMAC
23 MAC = CMAC by EVP_PKEY
/netbsd-src/share/i18n/esdb/APPLE/
H A DMakefile.inc5 CODE:= MAC
6 PARTFILE_MAC:= ${.CURDIR}/APPLE/MAC.part
7 ALIASFILE_MAC:= ${.CURDIR}/APPLE/MAC.alias
13 .if !exists(${.CURDIR}/MAC/MAC${i:S/:/@/}.src)
14 MAC${i:S/:/@/}.src: MAC.src
17 CLEANFILES+= MAC${i:S/:/@/}.src
H A DMAC.alias1 # $NetBSD: MAC.alias,v 1.1 2006/03/13 19:45:36 tnozaki Exp $
4 CYRILLIC MAC-CYRILLIC MACUKRAINE MACUKRAINIAN
5 ROMAN MAC MACINTOSH CSMACINTOSH
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A DEVP_PKEY-HMAC.pod7 - 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 …]
H A Dprovider-mac.pod31 /* 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 …]
H A Dlife_cycle-mac.pod5 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.
H A DEVP_MAC-HMAC.pod36 Sets the MAC key.
51 A flag to set the MAC digest to not initialise the implementation
57 A flag to set the MAC digest to be a one-shot operation.
81 Gets the MAC block size. The "block-size" parameter can also be retrieved with
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/
H A Dopenssl-mac.pod.in23 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 …]
H A Dopenssl-fipsinstall.pod.in34 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 …]
H A Dopenssl-dgst.pod.in151 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
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DEVP_MAC.pod14 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 …]
H A DPKCS12_create.pod31 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 DOSSL_CRMF_pbmp_new.pod7 - 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
/netbsd-src/crypto/external/bsd/openssh/dist/
H A DPROTOCOL.chacha20poly130512 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.
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/poly1305/asm/
H A Dpoly1305-c64xplus.pl267 my ($MAC,$NONCEA,$NONCEB)=($INPB,$LEN,$PADBIT);
318 STNW A22,*${MAC}[0] ; write the result
319 STNW A24,*${MAC}[1]
320 STNW A26,*${MAC}[2]
321 STNW A28,*${MAC}[3]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/poly1305/asm/
H A Dpoly1305-c64xplus.pl266 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]
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/
H A Ddgst.pod129 Create a hashed MAC using "key".
133 Create MAC (keyed Message Authentication Code). The most popular MAC
134 algorithm is HMAC (hash-based MAC), but there are other MAC algorithms
136 supported by B<ccgost> engine. MAC keys and other options should be set
141 Passes options to MAC algorithm, specified by B<-mac> key.
148 Specifies MAC key as alphanumeric string (use if key contain printable
150 the MAC algorithm for example exactly 32 chars for gost-mac.
154 Specifies MAC key in hexadecimal form (two hex digits per byte).
155 Key length must conform to any restrictions of the MAC algorithm
/netbsd-src/share/i18n/csmapper/APPLE/
H A DMakefile.inc8 PART_MAC!= ${TOOL_SED} '/^\#/d;/^$$/d;' ${.CURDIR}/APPLE/MAC.part
23 mapper.dir.APPLE: ${.CURDIR}/APPLE/MAC.part
36 charset.pivot.APPLE: ${.CURDIR}/APPLE/MAC.part
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DPKCS12_create.pod27 iteration count to use and B<mac_iter> is the MAC iteration count to use.
37 (currently 2048) and a MAC iteration count of 1.
39 The default MAC iteration count is 1 in order to retain compatibility with
40 old software which did not interpret MAC iteration counts. If such compatibility
62 B<mac_iter> can be set to -1 and the MAC will then be omitted entirely.

12345678910>>...15