Home
last modified time | relevance | path

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

/external/vboot_reference/firmware/lib/cryptolib/
Dpadding.c53 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,
Drsa_utility.c62 RSA2048NUMBYTES != key_len && in RSAPublicKeyFromBuf()
/external/vboot_reference/firmware/lib/cryptolib/include/
Drsa.h16 #define RSA2048NUMBYTES 256 /* 2048 bit key length */ macro
21 #define RSA2048NUMWORDS (RSA2048NUMBYTES / sizeof(uint32_t))
/external/vboot_reference/tests/
Dvb2_rsa_utility_tests.c60 TEST_EQ(vb2_rsa_sig_size(VB2_SIG_RSA2048), RSA2048NUMBYTES, in test_utils()
76 RSA2048NUMBYTES * 2 + sizeof(uint32_t) * 2, in test_utils()
Drsa_utility_tests.c51 TEST_EQ(u, RSA2048NUMBYTES * 2 + sizeof(uint32_t) * 2, in TestUtils()