Searched refs:ATTESTATION_KEY_ALGO (Results 1 – 1 of 1) sorted by relevance
41 const ATTESTATION_KEY_ALGO: iana::Algorithm = iana::Algorithm::ES256; constant98 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()