Searched refs:to_cose_public_key (Results 1 – 1 of 1) sorted by relevance
76 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() function178 let public_key = to_cose_public_key(&ec_private_key)?.to_vec().unwrap(); in csr_and_private_key_have_correct_format()