Home
last modified time | relevance | path

Searched defs:is_signature (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/acpi_tables/src/
Dsdt.rs79 pub fn is_signature(&self, signature: &[u8; 4]) -> bool { in is_signature() method
/external/pdfium/core/fpdfapi/parser/
Dcpdf_dictionary.cpp353 const bool is_signature = CPDF_CryptoHandler::IsSignatureDictionary(this); in WriteTo() local