diff options
Diffstat (limited to 'tools/image-sig-host.c')
| -rw-r--r-- | tools/image-sig-host.c | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/tools/image-sig-host.c b/tools/image-sig-host.c index 8ed6998dab0..d0133aec4c8 100644 --- a/tools/image-sig-host.c +++ b/tools/image-sig-host.c @@ -56,6 +56,13 @@ struct crypto_algo crypto_algos[] = {  		.verify = rsa_verify,  	},  	{ +		.name = "rsa3072", +		.key_len = RSA3072_BYTES, +		.sign = rsa_sign, +		.add_verify_data = rsa_add_verify_data, +		.verify = rsa_verify, +	}, +	{  		.name = "rsa4096",  		.key_len = RSA4096_BYTES,  		.sign = rsa_sign, | 
