]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - crypto/rsapubkey.asn1
Merge tag 'drm-next-5.5-2019-10-09' of git://people.freedesktop.org/~agd5f/linux...
[mirror_ubuntu-jammy-kernel.git] / crypto / rsapubkey.asn1
CommitLineData
22287b0b
TS
1RsaPubKey ::= SEQUENCE {
2 n INTEGER ({ rsa_get_n }),
3 e INTEGER ({ rsa_get_e })
4}