Searched refs:RSA2048NUMBYTES (Results 1 – 5 of 5) sorted by relevance
/external/vboot_reference/firmware/lib/cryptolib/ |
D | padding.c | 53 const uint8_t paddingRSA2048_SHA1[RSA2048NUMBYTES - SHA1_DIGEST_SIZE] = { 58 const uint8_t paddingRSA2048_SHA256[RSA2048NUMBYTES - SHA256_DIGEST_SIZE] = { 63 const uint8_t paddingRSA2048_SHA512[RSA2048NUMBYTES - SHA512_DIGEST_SIZE] = { 140 RSA2048NUMBYTES, 141 RSA2048NUMBYTES, 142 RSA2048NUMBYTES, 170 RSA2048NUMBYTES - SHA1_DIGEST_SIZE, 171 RSA2048NUMBYTES - SHA256_DIGEST_SIZE, 172 RSA2048NUMBYTES - SHA512_DIGEST_SIZE,
|
D | rsa_utility.c | 62 RSA2048NUMBYTES != key_len && in RSAPublicKeyFromBuf()
|
/external/vboot_reference/firmware/lib/cryptolib/include/ |
D | rsa.h | 16 #define RSA2048NUMBYTES 256 /* 2048 bit key length */ macro 21 #define RSA2048NUMWORDS (RSA2048NUMBYTES / sizeof(uint32_t))
|
/external/vboot_reference/tests/ |
D | vb2_rsa_utility_tests.c | 60 TEST_EQ(vb2_rsa_sig_size(VB2_SIG_RSA2048), RSA2048NUMBYTES, in test_utils() 76 RSA2048NUMBYTES * 2 + sizeof(uint32_t) * 2, in test_utils()
|
D | rsa_utility_tests.c | 51 TEST_EQ(u, RSA2048NUMBYTES * 2 + sizeof(uint32_t) * 2, in TestUtils()
|