Home
last modified time | relevance | path

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

/packages/modules/Virtualization/service_vm/client_vm_csr/src/
Dlib.rs76 to_cose_public_key(attestation_key)?.to_vec().context("Failed to serialize public key")?; in build_csr()
143 fn to_cose_public_key(key: &EcKeyRef<Private>) -> Result<CoseKey> { in to_cose_public_key() function
178 let public_key = to_cose_public_key(&ec_private_key)?.to_vec().unwrap(); in csr_and_private_key_have_correct_format()