Searched refs:ec_cose_signature_to_der (Results 1 – 1 of 1) sorted by relevance
174 let signature = ec_cose_signature_to_der(signature)?; in ecdsa_verify_cose()349 fn ec_cose_signature_to_der(signature: &[u8]) -> Result<Vec<u8>> { in ec_cose_signature_to_der() function