Home
last modified time | relevance | path

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

/external/scapy/scapy/layers/tls/
Dcert.py243 def verifyCert(self, cert): member in PubKey
433 def verifyCert(self, cert): member in PrivKey
627 return other.pubKey.verifyCert(self)
821 return other.pubKey.verifyCert(self)
/external/scapy/test/
Dcert.uts395 = PubKey class : Checking verifyCert()
396 c2.pubKey.verifyCert(c2) and c1.pubKey.verifyCert(c0)