Searched defs:cose_key (Results 1 – 3 of 3) sorted by relevance
404 let cose_key = if let EcVerifyKey::P256(cose_key) = pub_key { in test_p256_keygen() localVariable417 let cose_key = if let EcVerifyKey::P384(cose_key) = pub_key { in test_p384_keygen() localVariable430 let cose_key = if let EcVerifyKey::Ed25519(cose_key) = pub_key { in test_ed25519_keygen() localVariable
761 let cose_key = CoseKey::from_slice(&root_key_encoded)?; in from_cbor_value() localVariable861 let cose_key = CoseKey::from_slice(sp_key_bytes)?; in from_cbor_value() localVariable938 let cose_key = CoseKey::from_slice(&sp_key_bytes)?; in from_cbor_value() localVariable
166 let cose_key = self.identity.cert_chain.root_key.clone().get_key(); in process_bootloader() localVariable