Home
last modified time | relevance | path

Searched refs:Cipher_RC4_128 (Results 1 – 2 of 2) sorted by relevance

/external/scapy/scapy/layers/tls/crypto/
Dcipher_stream.py106 class Cipher_RC4_128(_StreamCipher): class
110 class Cipher_RC4_40(Cipher_RC4_128):
/external/scapy/test/
Dtls.uts396 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