Home
last modified time | relevance | path

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

/external/openscreen/cast/common/certificate/
Dcast_crl.cc187 ErrorOr<std::string> spki_hash = SHA256HashString(spki_tlv); in CheckRevocation() local
188 if (spki_hash.is_error() || in CheckRevocation()
189 (revoked_hashes_.find(spki_hash.value()) != revoked_hashes_.end())) { in CheckRevocation()
195 const auto issuer_iter = revoked_serial_numbers_.find(spki_hash.value()); in CheckRevocation()