| /freebsd-13-stable/contrib/ntp/libntp/ |
| HD | ssl_init.c | 24 # 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()
|
| HD | a_md5encrypt.c | 108 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()
|
| HD | authreadkeys.c | 365 msyslog(LOG_WARNING, CMAC " keys are 128 bits, " in authreadkeys()
|
| /freebsd-13-stable/contrib/ntp/sntp/tests/ |
| HD | crypto.c | 8 #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()
|
| HD | packetProcessing.c | 8 #define CMAC "AES128CMAC" macro 526 PrepareAuthenticationTest(30, CMAC_LENGTH, CMAC, "abcdefghijklmnop"); in test_CorrectAuthenticatedPacketCMAC()
|
| /freebsd-13-stable/contrib/ntp/sntp/ |
| HD | crypto.c | 54 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()
|
| HD | config.h.in | 21 /* Enable CMAC support? */
|
| /freebsd-13-stable/contrib/ntp/include/ |
| HD | ntp_md5.h | 28 # define CMAC "AES128CMAC" macro
|
| /freebsd-13-stable/contrib/ntp/ntpq/ |
| HD | ntpq.c | 46 # 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/ |
| HD | EVP_DigestSignInit.pod | 43 "signing". Built-in EVP_PKEY types supported by these functions are CMAC, 79 =item CMAC, Poly1305 and SipHash
|
| HD | EVP_PKEY_new.pod | 69 creation of a CMAC in the B<cipher> argument. The cipher should be a standard
|
| HD | EVP_PKEY_CTX_ctrl.pod | 150 and B<p2> is MAC key. This is used by Poly1305, SipHash, HMAC and CMAC.
|
| /freebsd-13-stable/crypto/openssl/crypto/objects/ |
| HD | objects.txt | 1426 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/ |
| HD | ntp_openssl.m4 | 670 AC_DEFINE([ENABLE_CMAC], [1], [Enable CMAC support?])
|
| /freebsd-13-stable/contrib/wpa/hostapd/ |
| HD | ChangeLog | 452 (group_mgmt_cipher=AES-128-CMAC (default), BIP-GMAC-128, BIP-GMAC-256, 453 BIP-CMAC-256)
|
| /freebsd-13-stable/contrib/ntp/ |
| HD | NEWS | 132 * 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 …]
|
| HD | config.h.in | 315 /* Enable CMAC support? */
|
| HD | CommitLog | 1325 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 …]
|
| HD | ChangeLog | 114 * 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/ |
| HD | ChangeLog | 269 - 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/ |
| HD | ntp-keygen-opts.def | 304 hex-encoded random bit strings suitable for SHA1, AES-128-CMAC, and
|
| HD | invoke-ntp-keygen.texi | 38 hex-encoded random bit strings suitable for SHA1, AES-128-CMAC, and
|
| /freebsd-13-stable/crypto/openssl/ |
| HD | CHANGES | 2809 *) 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
|