Home
last modified time | relevance | path

Searched refs:issuer_key_hash (Results 1 – 5 of 5) sorted by relevance

/external/python/cryptography/src/cryptography/x509/
Docsp.py267 def issuer_key_hash(self): member in OCSPRequest
395 def issuer_key_hash(self): member in OCSPResponse
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Docsp.py299 def issuer_key_hash(self): member in _OCSPResponse
353 def issuer_key_hash(self): member in _OCSPRequest
/external/python/cryptography/docs/x509/
Docsp.rst364 .. attribute:: issuer_key_hash
382 The algorithm used to generate the ``issuer_key_hash`` and
547 .. attribute:: issuer_key_hash
571 The algorithm used to generate the ``issuer_key_hash`` and
/external/python/cryptography/tests/x509/
Dtest_ocsp.py87 assert req.issuer_key_hash == (b"yu\xbb\x84:\xcb,\xdez\t\xbe1"
617 assert resp.issuer_key_hash == (
660 resp.issuer_key_hash
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc9416 CBS issuer_key_hash; in ocsp_cert_id_matches_certificate() local
9417 if (!CBS_get_asn1(cert_id, &issuer_key_hash, CBS_ASN1_OCTETSTRING)) { in ocsp_cert_id_matches_certificate()
9457 !CBS_mem_equal(&issuer_key_hash, md, EVP_MD_size(digest))) { in ocsp_cert_id_matches_certificate()