Searched refs:CMAC (Results 1 – 7 of 7) sorted by relevance
/external/nos/test/system-test-harness/src/test-data/dcrypto/ |
D | aes-cmac-rfc4493.h | 15 uint8_t CMAC[16]; member 26 .CMAC = { 41 .CMAC = { 59 .CMAC = { 80 .CMAC = {
|
/external/nos/test/system-test-harness/src/ |
D | aes-cmac-tests.cc | 103 for (size_t j = 0; j < sizeof(test_case->CMAC); j++) { in TEST_F() 104 ASSERT_EQ(result.cmac()[j] & 0x00ff, test_case->CMAC[j] & 0x00ff); in TEST_F()
|
/external/scapy/scapy/layers/ |
D | ipsec.py | 466 from cryptography.hazmat.primitives.cmac import CMAC 470 HMAC = CMAC = hashes = None 516 if self.mac is CMAC: 615 if CMAC and algorithms: 617 mac=CMAC,
|
/external/scapy/test/ |
D | ipsec.uts | 938 = IPv4 / ESP - Transport - NULL - AES-CMAC-96 948 auth_algo='AES-CMAC-96', auth_key=b'sixteenbytes key') 970 = IPv4 / ESP - Transport - NULL - AES-CMAC-96 - altered packet 980 auth_algo='AES-CMAC-96', auth_key=b'sixteenbytes key') 1367 = IPv4 / ESP - Tunnel - NULL - AES-CMAC-96 1377 auth_algo='AES-CMAC-96', auth_key=b'sixteenbytes key', 1401 = IPv4 / ESP - Tunnel - NULL - AES-CMAC-96 - altered packet 1411 auth_algo='AES-CMAC-96', auth_key=b'sixteenbytes key', 2251 = IPv4 / AH - Transport - AES-CMAC-96 2260 auth_algo='AES-CMAC-96', auth_key=b'sixteenbytes key') [all …]
|
/external/boringssl/src/crypto/obj/ |
D | objects.txt | 1284 # Nor CMAC either 1285 : CMAC : cmac
|
/external/wpa_supplicant_8/hostapd/ |
D | ChangeLog | 238 (group_mgmt_cipher=AES-128-CMAC (default), BIP-GMAC-128, BIP-GMAC-256, 239 BIP-CMAC-256)
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ChangeLog | 762 - use OpenSSL CMAC implementation
|