Home
last modified time | relevance | path

Searched refs:CMAC (Results 1 – 23 of 23) sorted by relevance

/freebsd-13-stable/contrib/ntp/libntp/
HDssl_init.c24 # define CMAC "AES128CMAC" macro
123 if (!key_type && !strncmp(CMAC, upcased, strlen(CMAC) + 1)) { in keytype_from_text()
128 __FILE__, __LINE__, __func__, CMAC); in keytype_from_text()
157 __FILE__, __LINE__, __func__, CMAC); in keytype_from_text()
212 name = CMAC; in keytype_name()
HDa_md5encrypt.c108 msyslog(LOG_ERR, "MAC encrypt: CMAC %s CTX new failed.", CMAC); in make_mac()
112 msyslog(LOG_ERR, "MAC encrypt: CMAC %s Init failed.", CMAC); in make_mac()
116 msyslog(LOG_ERR, "MAC encrypt: CMAC %s buf too small.", CMAC); in make_mac()
120 msyslog(LOG_ERR, "MAC encrypt: CMAC %s Update failed.", CMAC); in make_mac()
124 msyslog(LOG_ERR, "MAC encrypt: CMAC %s Final failed.", CMAC); in make_mac()
HDauthreadkeys.c365 msyslog(LOG_WARNING, CMAC " keys are 128 bits, " in authreadkeys()
/freebsd-13-stable/contrib/ntp/sntp/tests/
HDcrypto.c8 #define CMAC "AES128CMAC" macro
112 memcpy(&cmac.typen, CMAC, strlen(CMAC) + 1); in test_MakeCMac()
204 memcpy(&cmac.typen, CMAC, strlen(CMAC) + 1); in test_VerifyCMAC()
HDpacketProcessing.c8 #define CMAC "AES128CMAC" macro
526 PrepareAuthenticationTest(30, CMAC_LENGTH, CMAC, "abcdefghijklmnop"); in test_CorrectAuthenticatedPacketCMAC()
/freebsd-13-stable/contrib/ntp/sntp/
HDcrypto.c54 msyslog(LOG_ERR, "make_mac: CMAC %s CTX new failed.", CMAC); in compute_mac()
58 msyslog(LOG_ERR, "make_mac: CMAC %s Init failed.", CMAC); in compute_mac()
61 msyslog(LOG_ERR, "make_mac: CMAC %s Update failed.", CMAC); in compute_mac()
64 msyslog(LOG_ERR, "make_mac: CMAC %s Final failed.", CMAC); in compute_mac()
HDconfig.h.in21 /* Enable CMAC support? */
/freebsd-13-stable/contrib/ntp/include/
HDntp_md5.h28 # define CMAC "AES128CMAC" macro
/freebsd-13-stable/contrib/ntp/ntpq/
HDntpq.c46 # define CMAC "AES128CMAC" macro
4005 len = strlen(K_NL_PFX_STR) + strlen(CMAC); in insert_cmac()
4007 sprintf(list, "%s%s", K_NL_PFX_STR, CMAC); in insert_cmac()
4058 if (strncmp(CMAC, point, delim - point) < 0) { in insert_cmac()
4077 len += strlen(CMAC) + strlen(K_DELIM_STR); in insert_cmac()
4081 memmove(point + strlen(CMAC) + strlen(K_DELIM_STR), in insert_cmac()
4083 memcpy(point, CMAC, strlen(CMAC)); in insert_cmac()
4084 memcpy(point + strlen(CMAC), K_DELIM_STR, strlen(K_DELIM_STR)); in insert_cmac()
4087 len += strlen(K_DELIM_STR) + strlen(CMAC); in insert_cmac()
4090 strcpy(list + strlen(list), CMAC); in insert_cmac()
/freebsd-13-stable/crypto/openssl/doc/man3/
HDEVP_DigestSignInit.pod43 "signing". Built-in EVP_PKEY types supported by these functions are CMAC,
79 =item CMAC, Poly1305 and SipHash
HDEVP_PKEY_new.pod69 creation of a CMAC in the B<cipher> argument. The cipher should be a standard
HDEVP_PKEY_CTX_ctrl.pod150 and B<p2> is MAC key. This is used by Poly1305, SipHash, HMAC and CMAC.
/freebsd-13-stable/crypto/openssl/crypto/objects/
HDobjects.txt1426 camellia 10 : CAMELLIA-128-CMAC : camellia-128-cmac
1436 camellia 30 : CAMELLIA-192-CMAC : camellia-192-cmac
1446 camellia 50 : CAMELLIA-256-CMAC : camellia-256-cmac
1525 # Nor CMAC either
1526 : CMAC : cmac
/freebsd-13-stable/contrib/ntp/sntp/m4/
HDntp_openssl.m4670 AC_DEFINE([ENABLE_CMAC], [1], [Enable CMAC support?])
/freebsd-13-stable/contrib/wpa/hostapd/
HDChangeLog452 (group_mgmt_cipher=AES-128-CMAC (default), BIP-GMAC-128, BIP-GMAC-256,
453 BIP-CMAC-256)
/freebsd-13-stable/contrib/ntp/
HDNEWS132 * Move ENABLE_CMAC to ntp_openssl.m4, reviving sntp/tests CMAC unit tests.
243 * [Bug 3676] compiler warnings (CMAC, interrupt_buf, typo, fallthrough)
292 This release fixes one vulnerability: Associations that use CMAC
306 * [Bug 3664] Enable openSSL CMAC support on Windows <burnicki@ntp.org>
764 [Bug 3447] AES-128-CMAC (fixes) <perlinger@ntp.org>
822 AES-128-CMAC support. BInglis, HStenn, JPerlinger.
4009 * [Bug 3676] compiler warnings (CMAC, interrupt_buf, typo, fallthrough)
4058 This release fixes one vulnerability: Associations that use CMAC
4072 * [Bug 3664] Enable openSSL CMAC support on Windows <burnicki@ntp.org>
4530 [Bug 3447] AES-128-CMAC (fixes) <perlinger@ntp.org>
[all …]
HDconfig.h.in315 /* Enable CMAC support? */
HDCommitLog1325 Move ENABLE_CMAC to ntp_openssl.m4, enabling sntp/tests CMAC unit tests.
1329 Move ENABLE_CMAC to ntp_openssl.m4, reviving sntp/tests CMAC unit tests.
1343 Move ENABLE_CMAC to ntp_openssl.m4, enabling sntp/tests CMAC unit tests.
1347 Move ENABLE_CMAC to ntp_openssl.m4, reviving sntp/tests CMAC unit tests.
1355 Move ENABLE_CMAC to ntp_openssl.m4, reviving sntp/tests CMAC unit tests.
1383 Move ENABLE_CMAC to ntp_openssl.m4, enabling sntp/tests CMAC unit tests.
9223 [Bug 3676] compiler warnings (CMAC, interrupt_buf, typo, fallthrough)
9227 [Bug 3676] compiler warnings (CMAC, interrupt_buf, typo, fallthrough)
9231 [Bug 3676] compiler warnings (CMAC, interrupt_buf, typo, fallthrough)
9235 [Bug 3676] compiler warnings (CMAC, interrupt_buf, typo, fallthrough)
[all …]
HDChangeLog114 * Move ENABLE_CMAC to ntp_openssl.m4, reviving sntp/tests CMAC unit tests.
201 * [Bug 3676] compiler warnings (CMAC, interrupt_buf, typo, fallthrough)
252 * [Bug 3664] Enable openSSL CMAC support on Windows <burnicki@ntp.org>
492 * [Bug 3447] AES-128-CMAC (fixes) <perlinger@ntp.org>
550 * AES-128-CMAC support. BInglis, HStenn, JPerlinger.
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
HDChangeLog269 - added support for BIP ciphers BIP-CMAC-256, BIP-GMAC-128,
270 BIP-GMAC-256 in addition to previously supported BIP-CMAC-128
1033 - use OpenSSL CMAC implementation
/freebsd-13-stable/contrib/ntp/util/
HDntp-keygen-opts.def304 hex-encoded random bit strings suitable for SHA1, AES-128-CMAC, and
HDinvoke-ntp-keygen.texi38 hex-encoded random bit strings suitable for SHA1, AES-128-CMAC, and
/freebsd-13-stable/crypto/openssl/
HDCHANGES2809 *) Initial CMAC implementation. WARNING: EXPERIMENTAL, API MAY CHANGE.
2810 Add CMAC pkey methods.
4410 *) Redirect HMAC and CMAC operations to FIPS module in FIPS mode. If an