Searched refs:CMAC (Results 1 – 25 of 44) sorted by relevance
12
1 CMAC self test4 CMAC null arguments8 CMAC init #1 AES-128: OK12 CMAC init #2 AES-192: OK16 CMAC init #3 AES-256: OK20 CMAC init #4 3DES: OK24 CMAC init #5 AES-224: bad key size28 CMAC init #6 AES-0: bad key size32 CMAC init #7 Camellia: wrong cipher36 CMAC Single Blocks #1 - Empty block, no updates[all …]
72 Key import smoke test: AES-CMAC87 Key import smoke test: ARIA-CMAC102 Key import smoke test: CAMELLIA-CMAC
73 MAC: CMAC-AES-12877 MAC: CMAC-AES-19281 MAC: CMAC-AES-25685 MAC: CMAC-3DES
49 * its output buffer. For us, this causes CMAC operations to fail in Msan
534 PSA MAC sign, through driver: CMAC-AES-128538 PSA MAC sign, fallback: CMAC-AES-128542 PSA MAC sign, driver reports error: CMAC-AES-128574 PSA MAC verify, through driver: CMAC-AES-128578 PSA MAC verify, fallback: CMAC-AES-128582 PSA MAC verify, driver reports error: CMAC-AES-128
706 PSA key policy: CMAC, sign-verify, tag length > min-length policy710 PSA key policy: CMAC, sign-verify, tag length = min-length policy714 PSA key policy: CMAC, sign-verify, tag length < min-length policy1596 PSA MAC setup: good, AES-CMAC1624 PSA MAC setup: incompatible key HMAC for CMAC1956 PSA MAC sign: CMAC-3DES (CAVP vector #95)1960 PSA MAC verify: CMAC-3DES (CAVP vector #95)1964 PSA MAC sign multipart: CMAC-3DES (CAVP vector #95)1968 PSA MAC verify multipart: CMAC-3DES (CAVP vector #95)1972 PSA MAC: CMAC-3DES-2key (not supported in PSA)[all …]
6 EVP_PKEY-Poly1305, EVP_KEYMGMT-Poly1305, EVP_PKEY-CMAC, EVP_KEYMGMT-CMAC11 The B<HMAC> and B<CMAC> key types are implemented in OpenSSL's default and FIPS20 L<EVP_SIGNATURE-Poly1305(7)> or L<EVP_SIGNATURE-CMAC(7)>.38 =head2 CMAC parameters40 As well as the parameters described above, the B<CMAC> keytype additionally69 =head2 CMAC key generation parameters71 In addition to the common MAC key generation parameters, the CMAC key generation
6 EVP_SIGNATURE-CMAC20 L<EVP_MAC-CMAC(7)> for details.23 L<EVP_PKEY-CMAC(7)> for details about parameters that are supported during the33 L<EVP_PKEY-CMAC(7)>,37 L<EVP_MAC-CMAC(7)>,
5 EVP_MAC-CMAC - The CMAC EVP_MAC implementation9 Support for computing CMAC MACs through the B<EVP_MAC> API.21 =item "CMAC", "provider=default" or "provider=fips"
32 The value is either CMAC or HMAC.63 Depending on whether mac is CMAC or HMAC, either digest or cipher is required116 This example derives 10 bytes using FEEDBACK-CMAC-AES256, with KI "secret",130 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_KDF_PARAM_MAC, "CMAC", 0);
108 =item CMAC, see L<EVP_MAC-CMAC(7)>181 =item CMAC, see L<EVP_SIGNATURE-CMAC(7)>
73 =item CMAC, see L<EVP_MAC-CMAC(7)>135 =item CMAC, see L<EVP_SIGNATURE-CMAC(7)>
218 L<EVP_MAC-BLAKE2(7)>, L<EVP_MAC-CMAC(7)>, L<EVP_MAC-GMAC(7)>,
15 Title = CMAC tests (from FIPS module)17 MAC = CMAC23 MAC = CMAC by EVP_PKEY
242 Title = CMAC tests (from FIPS module)244 MAC = CMAC250 MAC = CMAC by EVP_PKEY256 MAC = CMAC
14 # ke = KBKDF(mac = CMAC, mode = FEEDBACK, base_key,26 # -mac CMAC
50 Used by CMAC and GMAC to specify the cipher algorithm.51 For CMAC it must be one of AES-128-CBC, AES-192-CBC, AES-256-CBC or135 To create a hex-encoded CMAC-AES-128-CBC MAC from a file:\138 -in msg.bin CMAC159 L<EVP_MAC-CMAC(7)>,
77 Time the CMAC algorithm using the specified cipher e.g.
62 #define CMAC(pre, pim, are, aim, bre, bim) \ macro120 CMAC(tmp_re, tmp_im, c, s, q->re, q->im); in fft_ref()
78 "SIPHASH", "HMAC", "CMAC". This usage is considered legacy and is discouraged156 creation of a CMAC in the B<cipher> argument. The cipher should be a standard
70 "signing". Built-in EVP_PKEY types supported by these functions are CMAC,106 =item CMAC, Poly1305 and SipHash
74 for actual computation. HMAC uses a digest, and CMAC uses a cipher.469 L<EVP_MAC-CMAC(7)>,
97 =item CMAC, Poly1305 and Siphash
84 pub const CMAC: Id = Id(ffi::EVP_PKEY_CMAC); constant486 let mut ctx = PkeyCtx::new_id(Id::CMAC)?; in cmac()
1473 camellia 10 : CAMELLIA-128-CMAC : camellia-128-cmac1483 camellia 30 : CAMELLIA-192-CMAC : camellia-192-cmac1493 camellia 50 : CAMELLIA-256-CMAC : camellia-256-cmac1572 # Nor CMAC either1573 : CMAC : cmac