Merge tag 'gvt-fixes-2022-01-13' of https://github.com/intel/gvt-linux into drm-intel...
[linux.git] / crypto / rsapubkey.asn1
1 RsaPubKey ::= SEQUENCE {
2         n INTEGER ({ rsa_get_n }),
3         e INTEGER ({ rsa_get_e })
4 }