Home
last modified time | relevance | path

Searched refs:tbs_response_bytes (Results 1 – 4 of 4) sorted by relevance

/external/python/cryptography/tests/x509/
Dtest_ocsp.py385 resp.signature, resp.tbs_response_bytes, ec.ECDSA(hashes.SHA256())
409 resp.signature, resp.tbs_response_bytes, ec.ECDSA(hashes.SHA256())
450 resp.signature, resp.tbs_response_bytes, ec.ECDSA(hashes.SHA256())
475 resp.signature, resp.tbs_response_bytes, ec.ECDSA(hashes.SHA256())
497 resp.signature, resp.tbs_response_bytes, ec.ECDSA(hashes.SHA256())
538 resp.signature, resp.tbs_response_bytes, ec.ECDSA(hashes.SHA256())
595 assert resp.tbs_response_bytes == base64.b64decode(
604 resp.tbs_response_bytes,
640 resp.tbs_response_bytes
/external/python/cryptography/src/cryptography/x509/
Docsp.py330 def tbs_response_bytes(self): member in OCSPResponse
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Docsp.py149 def tbs_response_bytes(self): member in _OCSPResponse
/external/python/cryptography/docs/x509/
Docsp.rst448 .. attribute:: tbs_response_bytes