Searched refs:ec_cose_signature_to_der (Results 1 – 1 of 1) sorted by relevance
33 let der = ec_cose_signature_to_der(k, signature).context("Signature to DER")?; in verify_cose_sign1()178 fn ec_cose_signature_to_der(kind: EcKind, signature: &[u8]) -> Result<Vec<u8>> { in ec_cose_signature_to_der() function