Home
last modified time | relevance | path

Searched refs:CertificateNotBefore (Results 1 – 8 of 8) sorted by relevance

/system/keymint/wire/src/
Dkeymint.rs380 CertificateNotBefore(DateTime), enumerator
444 KeyParam::CertificateNotBefore(_) => Tag::CertificateNotBefore, in tag()
589 Tag::CertificateNotBefore => { in from_cbor_value()
590 KeyParam::CertificateNotBefore(<DateTime>::from_cbor_value(raw)?) in from_cbor_value()
674 KeyParam::CertificateNotBefore(v) => (Tag::CertificateNotBefore, v.to_cbor_value()?), in to_cbor_value()
914 Tag::CertificateNotBefore as i32, in cddl_schema()
1050 CertificateNotBefore = 1610613744, enumerator
/system/keymint/common/src/tag/
Dlegacy.rs211 | KeyParam::CertificateNotBefore(v) in serialize()
428 Tag::CertificateNotBefore => { in deserialize()
429 KeyParam::CertificateNotBefore(DateTime { ms_since_epoch: consume_i64(data)? }) in deserialize()
579 (KeyParam::CertificateNotBefore(l), KeyParam::CertificateNotBefore(r)) => l.cmp(r), in param_compare()
Dinfo.rs1076 Tag::CertificateNotBefore,
/system/keymint/tests/src/bin/
Dauth-keyblob-parse.rs166 keygen_params.push(KeyParam::CertificateNotBefore(DateTime { ms_since_epoch: 0 })); in process()
/system/keymint/ta/src/
Drkp.rs40 KeyParam::CertificateNotBefore(DateTime { ms_since_epoch: 0 }),
Dcert.rs68 let not_before = get_tag_value!(params, CertificateNotBefore, ErrorCode::MissingNotBefore)?; in tbs_certificate()
/system/keymint/hal/src/
Dhal.rs315 KeyParam::CertificateNotBefore(v) => { in fromm()
620 Some(KeyParam::CertificateNotBefore(DateTime { in try_fromm()
/system/security/keystore2/src/
Dkey_parameter.rs1023 CertificateNotBefore(i64),