Searched refs:_tls_auth_decrypt (Results 1 – 2 of 2) sorted by relevance
107 def _tls_auth_decrypt(self, s): member in TLS13151 frag, auth_tag = self._tls_auth_decrypt(efrag)
354 def _tls_auth_decrypt(self, hdr, s): member in TLS532 cfrag, mac = self._tls_auth_decrypt(hdr, efrag)534 iv, cfrag, mac = self._tls_auth_decrypt(hdr, efrag)