]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - crypto/rsapubkey.asn1
crypto: akcipher - Changes to asymmetric key API
[mirror_ubuntu-zesty-kernel.git] / crypto / rsapubkey.asn1
diff --git a/crypto/rsapubkey.asn1 b/crypto/rsapubkey.asn1
new file mode 100644 (file)
index 0000000..725498e
--- /dev/null
@@ -0,0 +1,4 @@
+RsaPubKey ::= SEQUENCE {
+       n INTEGER ({ rsa_get_n }),
+       e INTEGER ({ rsa_get_e })
+}