Searched refs:cose_key_cbor (Results 1 – 1 of 1) sorted by relevance
169 let cose_key_cbor = pub_cose_key.to_cbor_value().map_err(CborError::from)?; in generate_dice_artifacts() localVariable170 let cose_key_cbor_data = kmr_ta::rkp::serialize_cbor(&cose_key_cbor)?; in generate_dice_artifacts()215 let dice_cert_chain = Value::Array(vec_try![cose_key_cbor, dice_chain_entry_cbor]?); in generate_dice_artifacts()