Searched refs:Cipher_RC4_40 (Results 1 – 2 of 2) sorted by relevance
110 class Cipher_RC4_40(Cipher_RC4_128): class
395 from scapy.layers.tls.crypto.cipher_stream import (Cipher_RC4_40,399 c = Cipher_RC4_40(t.k).encrypt(b"\x00"*(1024+16))401 res = res and Cipher_RC4_40(t.k).decrypt(t.s) == b"\x00"*32