Searched refs:tbs_response_bytes (Results 1 – 4 of 4) sorted by relevance
/external/python/cryptography/tests/x509/ |
D | test_ocsp.py | 478 resp.signature, resp.tbs_response_bytes, ec.ECDSA(hashes.SHA256()) 508 resp.signature, resp.tbs_response_bytes, ec.ECDSA(hashes.SHA256()) 561 resp.signature, resp.tbs_response_bytes, ec.ECDSA(hashes.SHA256()) 591 resp.signature, resp.tbs_response_bytes, ec.ECDSA(hashes.SHA256()) 619 resp.signature, resp.tbs_response_bytes, ec.ECDSA(hashes.SHA256()) 673 resp.signature, resp.tbs_response_bytes, ec.ECDSA(hashes.SHA256()) 819 assert resp.tbs_response_bytes == base64.b64decode( 828 resp.tbs_response_bytes, 871 resp.tbs_response_bytes 1106 resp.signature, resp.tbs_response_bytes [all …]
|
/external/python/cryptography/src/cryptography/x509/ |
D | ocsp.py | 369 def tbs_response_bytes(self): member in OCSPResponse
|
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/ |
D | ocsp.py | 168 def tbs_response_bytes(self): member in _OCSPResponse
|
/external/python/cryptography/docs/x509/ |
D | ocsp.rst | 457 .. attribute:: tbs_response_bytes
|