]> git.ipfire.org Git - thirdparty/kernel/linux.git/blob - crypto/sm2signature.asn1
crypto: gcm - stop using alignmask of ahash
[thirdparty/kernel/linux.git] / crypto / sm2signature.asn1
1 Sm2Signature ::= SEQUENCE {
2 sig_r INTEGER ({ sm2_get_signature_r }),
3 sig_s INTEGER ({ sm2_get_signature_s })
4 }