ALSA: oss: Fix PCM OSS buffer allocation overflow
[linux-block.git] / crypto / ecdsasignature.asn1
CommitLineData
4e660291
SB
1ECDSASignature ::= SEQUENCE {
2 r INTEGER ({ ecdsa_get_signature_r }),
3 s INTEGER ({ ecdsa_get_signature_s })
4}