Searched refs:tbs_certificate (Results 1 – 3 of 3) sorted by relevance
590 let subject_data = cert.tbs_certificate.subject.to_der().unwrap(); in test_signing_cert_parse()591 let issuer_data = cert.tbs_certificate.issuer.to_der().unwrap(); in test_signing_cert_parse()
62 tbs_certificate: tbs_cert, in certificate()69 pub(crate) fn tbs_certificate<'a>( in tbs_certificate() function171 .tbs_certificate in extract_subject()
194 let tbs_cert = cert::tbs_certificate( in generate_cert()