Searched refs:auth_encrypt (Results 1 – 5 of 5) sorted by relevance
/external/scapy/scapy/layers/tls/crypto/ |
D | cipher_aead.py | 128 def auth_encrypt(self, P, A, seq_num=None): member in _AEADCipher 301 def auth_encrypt(self, P, A, seq_num): member in _AEADCipher_TLS13
|
/external/scapy/scapy/layers/tls/ |
D | tools.py | 182 c.fragment = alg.auth_encrypt(P, A)
|
D | record_tls13.py | 180 return wcs.cipher.auth_encrypt(s, b"", write_seq_num)
|
D | record.py | 550 return self.tls_session.wcs.cipher.auth_encrypt(s, add_data,
|
/external/scapy/test/ |
D | tls.uts | 506 = Crypto - AES cipher in GCM mode, auth_encrypt() and auth_decrypt() checks 577 tmp2 = c.auth_encrypt(t.p, t.a) == (ne + t.ct) 585 tmp2 = c.auth_encrypt(t.p, t.a) == (ne + t.ct) 643 tmp2 = c.auth_encrypt(t.p, t.a) == (ne + t.ct) 717 tmp2 = c.auth_encrypt(t.p, t.a, b"\0"*8) == t.ct + t.tag
|