Searched refs:Cipher_RC4_128 (Results 1 – 2 of 2) sorted by relevance
106 class Cipher_RC4_128(_StreamCipher): class110 class Cipher_RC4_40(Cipher_RC4_128):
396 Cipher_RC4_128)403 c = Cipher_RC4_128(t.k).encrypt(b"\x00"*(1024+16))405 res = res and Cipher_RC4_128(t.k).decrypt(t.s) == b"\x00"*32