Merge tag 'mfd-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
[linux-2.6-microblaze.git] / crypto / ecdsasignature.asn1
1 ECDSASignature ::= SEQUENCE {
2         r       INTEGER ({ ecdsa_get_signature_r }),
3         s       INTEGER ({ ecdsa_get_signature_s })
4 }