Lines Matching refs:AH
1908 + IPv4 / AH - Transport
1911 = IPv4 / AH - Transport - HMAC-SHA1-96
1919 sa = SecurityAssociation(AH, spi=0x222,
1928 * the encrypted packet should have an AH layer
1930 assert(e.haslayer(AH))
1932 assert(e[AH].spi == sa.spi)
1945 = IPv4 / AH - Transport - HMAC-SHA1-96 - altered packet
1953 sa = SecurityAssociation(AH, spi=0x222,
1962 * the encrypted packet should have an AH layer
1964 assert(e.haslayer(AH))
1966 assert(e[AH].spi == sa.spi)
1979 = IPv4 / AH - Transport - SHA2-256-128
1987 sa = SecurityAssociation(AH, spi=0x222,
1996 * the encrypted packet should have an AH layer
1998 assert(e.haslayer(AH))
2000 assert(e[AH].spi == sa.spi)
2013 = IPv4 / AH - Transport - SHA2-256-128 - altered packet
2021 sa = SecurityAssociation(AH, spi=0x222,
2030 * the encrypted packet should have an AH layer
2032 assert(e.haslayer(AH))
2034 assert(e[AH].spi == sa.spi)
2047 = IPv4 / AH - Transport - SHA2-384-192
2055 sa = SecurityAssociation(AH, spi=0x222,
2064 * the encrypted packet should have an AH layer
2066 assert(e.haslayer(AH))
2068 assert(e[AH].spi == sa.spi)
2081 = IPv4 / AH - Transport - SHA2-384-192 - altered packet
2089 sa = SecurityAssociation(AH, spi=0x222,
2098 * the encrypted packet should have an AH layer
2100 assert(e.haslayer(AH))
2102 assert(e[AH].spi == sa.spi)
2115 = IPv4 / AH - Transport - SHA2-512-256
2123 sa = SecurityAssociation(AH, spi=0x222,
2132 * the encrypted packet should have an AH layer
2134 assert(e.haslayer(AH))
2136 assert(e[AH].spi == sa.spi)
2149 = IPv4 / AH - Transport - SHA2-512-256 - altered packet
2157 sa = SecurityAssociation(AH, spi=0x222,
2166 * the encrypted packet should have an AH layer
2168 assert(e.haslayer(AH))
2170 assert(e[AH].spi == sa.spi)
2183 = IPv4 / AH - Transport - HMAC-MD5-96
2191 sa = SecurityAssociation(AH, spi=0x222,
2200 * the encrypted packet should have an AH layer
2202 assert(e.haslayer(AH))
2204 assert(e[AH].spi == sa.spi)
2217 = IPv4 / AH - Transport - HMAC-MD5-96 - altered packet
2225 sa = SecurityAssociation(AH, spi=0x222,
2234 * the encrypted packet should have an AH layer
2236 assert(e.haslayer(AH))
2238 assert(e[AH].spi == sa.spi)
2251 = IPv4 / AH - Transport - AES-CMAC-96
2259 sa = SecurityAssociation(AH, spi=0x222,
2268 * the encrypted packet should have an AH layer
2270 assert(e.haslayer(AH))
2272 assert(e[AH].spi == sa.spi)
2285 = IPv4 / AH - Transport - AES-CMAC-96 - altered packet
2293 sa = SecurityAssociation(AH, spi=0x222,
2302 * the encrypted packet should have an AH layer
2304 assert(e.haslayer(AH))
2306 assert(e[AH].spi == sa.spi)
2319 + IPv4 / AH - Tunnel
2322 = IPv4 / AH - Tunnel - HMAC-SHA1-96
2330 sa = SecurityAssociation(AH, spi=0x222,
2341 assert(e.haslayer(AH))
2343 assert(e[AH].spi == sa.spi)
2356 = IPv4 / AH - Tunnel - HMAC-SHA1-96 - altered packet
2364 sa = SecurityAssociation(AH, spi=0x222,
2375 assert(e.haslayer(AH))
2377 assert(e[AH].spi == sa.spi)
2390 = IPv4 / AH - Tunnel - SHA2-256-128
2398 sa = SecurityAssociation(AH, spi=0x222,
2409 assert(e.haslayer(AH))
2411 assert(e[AH].spi == sa.spi)
2424 = IPv4 / AH - Tunnel - SHA2-256-128 - altered packet
2432 sa = SecurityAssociation(AH, spi=0x222,
2443 assert(e.haslayer(AH))
2445 assert(e[AH].spi == sa.spi)
2458 = IPv4 / AH - Tunnel - SHA2-384-192
2466 sa = SecurityAssociation(AH, spi=0x222,
2477 assert(e.haslayer(AH))
2479 assert(e[AH].spi == sa.spi)
2492 = IPv4 / AH - Tunnel - SHA2-384-192 - altered packet
2500 sa = SecurityAssociation(AH, spi=0x222,
2511 assert(e.haslayer(AH))
2513 assert(e[AH].spi == sa.spi)
2526 = IPv4 / AH - Tunnel - SHA2-512-256
2534 sa = SecurityAssociation(AH, spi=0x222,
2545 assert(e.haslayer(AH))
2547 assert(e[AH].spi == sa.spi)
2560 = IPv4 / AH - Tunnel - SHA2-512-256 - altered packet
2568 sa = SecurityAssociation(AH, spi=0x222,
2579 assert(e.haslayer(AH))
2581 assert(e[AH].spi == sa.spi)
2594 = IPv4 / AH - Tunnel - HMAC-MD5-96
2602 sa = SecurityAssociation(AH, spi=0x222,
2613 assert(e.haslayer(AH))
2615 assert(e[AH].spi == sa.spi)
2628 = IPv4 / AH - Tunnel - HMAC-MD5-96 - altered packet
2636 sa = SecurityAssociation(AH, spi=0x222,
2647 assert(e.haslayer(AH))
2649 assert(e[AH].spi == sa.spi)
2662 = IPv4 / AH - Tunnel - AES-CMAC-96
2670 sa = SecurityAssociation(AH, spi=0x222,
2681 assert(e.haslayer(AH))
2683 assert(e[AH].spi == sa.spi)
2696 = IPv4 / AH - Tunnel - AES-CMAC-96 - altered packet
2704 sa = SecurityAssociation(AH, spi=0x222,
2715 assert(e.haslayer(AH))
2717 assert(e[AH].spi == sa.spi)
3404 + IPv6 / AH
3407 = IPv6 / AH - Transport - HMAC-SHA1-96
3415 sa = SecurityAssociation(AH, spi=0x222,
3423 * the encrypted packet should have an AH layer
3425 assert(e.haslayer(AH))
3427 assert(e[AH].spi == sa.spi)
3440 = IPv6 / AH - Transport - HMAC-SHA1-96 - altered packet
3448 sa = SecurityAssociation(AH, spi=0x222,
3456 * the encrypted packet should have an AH layer
3458 assert(e.haslayer(AH))
3460 assert(e[AH].spi == sa.spi)
3473 = IPv6 / AH - Transport - SHA2-256-128
3481 sa = SecurityAssociation(AH, spi=0x222,
3489 * the encrypted packet should have an AH layer
3491 assert(e.haslayer(AH))
3493 assert(e[AH].spi == sa.spi)
3506 = IPv6 / AH - Transport - SHA2-256-128 - altered packet
3514 sa = SecurityAssociation(AH, spi=0x222,
3522 * the encrypted packet should have an AH layer
3524 assert(e.haslayer(AH))
3526 assert(e[AH].spi == sa.spi)
3539 = IPv6 / AH - Tunnel - HMAC-SHA1-96
3547 sa = SecurityAssociation(AH, spi=0x222,
3558 assert(e.haslayer(AH))
3560 assert(e[AH].spi == sa.spi)
3573 = IPv6 / AH - Tunnel - HMAC-SHA1-96 - altered packet
3581 sa = SecurityAssociation(AH, spi=0x222,
3592 assert(e.haslayer(AH))
3594 assert(e[AH].spi == sa.spi)
3607 = IPv6 / AH - Tunnel - SHA2-256-128
3615 sa = SecurityAssociation(AH, spi=0x222,
3626 assert(e.haslayer(AH))
3628 assert(e[AH].spi == sa.spi)
3641 = IPv6 / AH - Tunnel - SHA2-256-128 - altered packet
3649 sa = SecurityAssociation(AH, spi=0x222,
3660 assert(e.haslayer(AH))
3662 assert(e[AH].spi == sa.spi)
3675 + IPv6 + Extensions / AH
3678 = IPv6 + Extensions / AH - Transport
3691 sa = SecurityAssociation(AH, spi=0x222,
3698 * AH header should be inserted between the routing header and the dest options header
3699 assert(isinstance(e[AH].underlayer, IPv6ExtHdrRouting))
3700 assert(isinstance(e[AH].payload, IPv6ExtHdrDestOpt))
3703 = IPv6 + Routing Header / AH - Transport
3713 sa = SecurityAssociation(AH, spi=0x222,
3720 * AH header should be inserted between the routing header and TCP
3721 assert(isinstance(e[AH].underlayer, IPv6ExtHdrRouting))
3722 assert(isinstance(e[AH].payload, TCP))