Home
last modified time | relevance | path

Searched refs:RSA4096NUMBYTES (Results 1 – 5 of 5) sorted by relevance

/external/vboot_reference/firmware/lib/cryptolib/
Dpadding.c68 const uint8_t paddingRSA4096_SHA1[RSA4096NUMBYTES - SHA1_DIGEST_SIZE] = {
73 const uint8_t paddingRSA4096_SHA256[RSA4096NUMBYTES - SHA256_DIGEST_SIZE] = {
78 const uint8_t paddingRSA4096_SHA512[RSA4096NUMBYTES - SHA512_DIGEST_SIZE] = {
143 RSA4096NUMBYTES,
144 RSA4096NUMBYTES,
145 RSA4096NUMBYTES,
173 RSA4096NUMBYTES - SHA1_DIGEST_SIZE,
174 RSA4096NUMBYTES - SHA256_DIGEST_SIZE,
175 RSA4096NUMBYTES - SHA512_DIGEST_SIZE,
Drsa_utility.c63 RSA4096NUMBYTES != key_len && in RSAPublicKeyFromBuf()
/external/vboot_reference/firmware/lib/cryptolib/include/
Drsa.h17 #define RSA4096NUMBYTES 512 /* 4096 bit key length */ macro
22 #define RSA4096NUMWORDS (RSA4096NUMBYTES / sizeof(uint32_t))
/external/vboot_reference/tests/
Dvb2_rsa_utility_tests.c62 TEST_EQ(vb2_rsa_sig_size(VB2_SIG_RSA4096), RSA4096NUMBYTES, in test_utils()
79 RSA4096NUMBYTES * 2 + sizeof(uint32_t) * 2, in test_utils()
Drsa_utility_tests.c54 TEST_EQ(u, RSA4096NUMBYTES * 2 + sizeof(uint32_t) * 2, in TestUtils()