Home
last modified time | relevance | path

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

/packages/modules/Virtualization/service_vm/client_vm_csr/src/
Dlib.rs41 const ATTESTATION_KEY_ALGO: iana::Algorithm = iana::Algorithm::ES256; constant
98 let attestation_key_sig_headers = build_signature_headers(ATTESTATION_KEY_ALGO); in build_signed_data()
146 .algorithm(ATTESTATION_KEY_ALGO) in to_cose_public_key()
239 assert_eq!(Some(coset::Algorithm::Assigned(ATTESTATION_KEY_ALGO)), cose_key.alg); in check_ec_key_params()