Searched refs:CertificateNotBefore (Results 1 – 8 of 8) sorted by relevance
/system/keymint/wire/src/ |
D | keymint.rs | 380 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/ |
D | legacy.rs | 211 | 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()
|
D | info.rs | 1076 Tag::CertificateNotBefore,
|
/system/keymint/tests/src/bin/ |
D | auth-keyblob-parse.rs | 166 keygen_params.push(KeyParam::CertificateNotBefore(DateTime { ms_since_epoch: 0 })); in process()
|
/system/keymint/ta/src/ |
D | rkp.rs | 40 KeyParam::CertificateNotBefore(DateTime { ms_since_epoch: 0 }),
|
D | cert.rs | 68 let not_before = get_tag_value!(params, CertificateNotBefore, ErrorCode::MissingNotBefore)?; in tbs_certificate()
|
/system/keymint/hal/src/ |
D | hal.rs | 315 KeyParam::CertificateNotBefore(v) => { in fromm() 620 Some(KeyParam::CertificateNotBefore(DateTime { in try_fromm()
|
/system/security/keystore2/src/ |
D | key_parameter.rs | 1023 CertificateNotBefore(i64),
|