Searched defs:cert_buf (Results 1 – 3 of 3) sorted by relevance
269 bool validateCertChain(rust::Vec<rust::u8> cert_buf, uint32_t cert_len, bool strict_issuer_check) { in validateCertChain()612 CxxResult getValueFromAttestRecord(rust::Vec<rust::u8> cert_buf, int32_t tag, in getValueFromAttestRecord()
284 int extractSubjectFromCertificate(const uint8_t* cert_buf, size_t cert_len, uint8_t* subject_buf, in extractSubjectFromCertificate()
615 uint8_t* cert_buf = nullptr; in signCertWith() local