Searched defs:validateCertChain (Results 1 – 2 of 2) sorted by relevance
31 fn validateCertChain(cert_buf: Vec<u8>, cert_len: u32, strict_issuer_check: bool) -> bool; in validateCertChain() function
269 bool validateCertChain(rust::Vec<rust::u8> cert_buf, uint32_t cert_len, bool strict_issuer_check) { in validateCertChain() function