Searched refs:_tls_auth_decrypt (Results 1 – 2 of 2) sorted by relevance
104 def _tls_auth_decrypt(self, s): member in TLS13137 frag, auth_tag = self._tls_auth_decrypt(efrag)
300 def _tls_auth_decrypt(self, hdr, s): member in TLS476 cfrag, mac = self._tls_auth_decrypt(hdr, efrag)478 iv, cfrag, mac = self._tls_auth_decrypt(hdr, efrag)