Merge tag 'kvm-x86-selftests-6.6' of https://github.com/kvm-x86/linux into HEAD
[platform/kernel/linux-rpi.git] / crypto / rsapubkey.asn1
1 RsaPubKey ::= SEQUENCE {
2         n INTEGER ({ rsa_get_n }),
3         e INTEGER ({ rsa_get_e })
4 }