Home
last modified time | relevance | path

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

/tools/security/remote_provisioning/hwtrust/src/cbor/
Dpublickey.rs44 let label_crv = iana::OkpKeyParameter::Crv.to_i64(); in to_cose_key() localVariable
48 .param(label_crv, Value::from(iana::EllipticCurve::Ed25519.to_i64())) in to_cose_key()