Home
last modified time | relevance | path

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

/external/vboot_reference/firmware/lib/cryptolib/
Dpadding.c83 const uint8_t paddingRSA8192_SHA1[RSA8192NUMBYTES - SHA1_DIGEST_SIZE] = {
88 const uint8_t paddingRSA8192_SHA256[RSA8192NUMBYTES - SHA256_DIGEST_SIZE] = {
93 const uint8_t paddingRSA8192_SHA512[RSA8192NUMBYTES - SHA512_DIGEST_SIZE] = {
146 RSA8192NUMBYTES,
147 RSA8192NUMBYTES,
148 RSA8192NUMBYTES,
176 RSA8192NUMBYTES - SHA1_DIGEST_SIZE,
177 RSA8192NUMBYTES - SHA256_DIGEST_SIZE,
178 RSA8192NUMBYTES - SHA512_DIGEST_SIZE,
Drsa_utility.c64 RSA8192NUMBYTES != key_len) { in RSAPublicKeyFromBuf()
/external/vboot_reference/firmware/lib/cryptolib/include/
Drsa.h18 #define RSA8192NUMBYTES 1024 /* 8192 bit key length */ macro
23 #define RSA8192NUMWORDS (RSA8192NUMBYTES / sizeof(uint32_t))
/external/vboot_reference/tests/
Dvb2_rsa_utility_tests.c64 TEST_EQ(vb2_rsa_sig_size(VB2_SIG_RSA8192), RSA8192NUMBYTES, in test_utils()
82 RSA8192NUMBYTES * 2 + sizeof(uint32_t) * 2, in test_utils()
Drsa_utility_tests.c57 TEST_EQ(u, RSA8192NUMBYTES * 2 + sizeof(uint32_t) * 2, in TestUtils()
83 buf = malloc(8 + 2 * RSA8192NUMBYTES); in TestKeyFromBuffer()