mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	Imported from linux kernel v5.3: rsapubkey.asn1 without changes rsa.h without changes rsa_helper.c with changes marked as __UBOOT__ Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
		
			
				
	
	
		
			5 lines
		
	
	
		
			82 B
		
	
	
	
		
			Groff
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			82 B
		
	
	
	
		
			Groff
		
	
	
	
	
	
RsaPubKey ::= SEQUENCE {
 | 
						|
	n INTEGER ({ rsa_get_n }),
 | 
						|
	e INTEGER ({ rsa_get_e })
 | 
						|
}
 |