]> git.ipfire.org Git - thirdparty/kernel/stable.git/blob - crypto/rsapubkey.asn1
Merge tag 'kvm-x86-mmu-6.8' of https://github.com/kvm-x86/linux into HEAD
[thirdparty/kernel/stable.git] / crypto / rsapubkey.asn1
1 -- SPDX-License-Identifier: BSD-3-Clause
2 --
3 -- Copyright (C) 2016 IETF Trust and the persons identified as authors
4 -- of the code
5 --
6 -- https://www.rfc-editor.org/rfc/rfc8017#appendix-A.1.1
7
8 RsaPubKey ::= SEQUENCE {
9 n INTEGER ({ rsa_get_n }),
10 e INTEGER ({ rsa_get_e })
11 }