Searched refs:tbs_response_bytes (Results 1 – 4 of 4) sorted by relevance
/external/python/cryptography/tests/x509/ |
D | test_ocsp.py | 385 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/ |
D | ocsp.py | 330 def tbs_response_bytes(self): member in OCSPResponse
|
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/ |
D | ocsp.py | 149 def tbs_response_bytes(self): member in _OCSPResponse
|
/external/python/cryptography/docs/x509/ |
D | ocsp.rst | 448 .. attribute:: tbs_response_bytes
|