Searched defs:cert_serial (Results 1 – 4 of 4) sorted by relevance
63 std::string cert_serial(cert_length, 0); in GenerateCredentials() local
307 der::Input cert_serial, CrlVersion crl_version, in GetCRLStatusForCert()
350 pub fn cert_serial(mut self, b: Vec<u8>) -> Self { in cert_serial() method
79 let cert_serial = tag::get_cert_serial(params)?; in tbs_certificate() localVariable