ASoC: mediatek: mt8192-mt6359: Make i2s9 share the clock from i2s8
[platform/kernel/linux-starfive.git] / crypto / ecdsasignature.asn1
1 ECDSASignature ::= SEQUENCE {
2         r       INTEGER ({ ecdsa_get_signature_r }),
3         s       INTEGER ({ ecdsa_get_signature_s })
4 }