Searched refs:RSA4096NUMBYTES (Results 1 – 5 of 5) sorted by relevance
/external/vboot_reference/firmware/lib/cryptolib/ |
D | padding.c | 68 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,
|
D | rsa_utility.c | 63 RSA4096NUMBYTES != key_len && in RSAPublicKeyFromBuf()
|
/external/vboot_reference/firmware/lib/cryptolib/include/ |
D | rsa.h | 17 #define RSA4096NUMBYTES 512 /* 4096 bit key length */ macro 22 #define RSA4096NUMWORDS (RSA4096NUMBYTES / sizeof(uint32_t))
|
/external/vboot_reference/tests/ |
D | vb2_rsa_utility_tests.c | 62 TEST_EQ(vb2_rsa_sig_size(VB2_SIG_RSA4096), RSA4096NUMBYTES, in test_utils() 79 RSA4096NUMBYTES * 2 + sizeof(uint32_t) * 2, in test_utils()
|
D | rsa_utility_tests.c | 54 TEST_EQ(u, RSA4096NUMBYTES * 2 + sizeof(uint32_t) * 2, in TestUtils()
|