Home
last modified time | relevance | path

Searched refs:tbs_certificate (Results 1 – 3 of 3) sorted by relevance

/system/keymint/tests/src/
Dlib.rs590 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()
/system/keymint/ta/src/
Dcert.rs62 tbs_certificate: tbs_cert, in certificate()
69 pub(crate) fn tbs_certificate<'a>( in tbs_certificate() function
171 .tbs_certificate in extract_subject()
Dkeys.rs194 let tbs_cert = cert::tbs_certificate( in generate_cert()