HomeSort by relevance Sort by last modified time
    Searched defs:RSA1024NUMBYTES (Results 1 - 2 of 2) sorted by null

  /external/vboot_reference/firmware/lib/cryptolib/include/
rsa.h 15 #define RSA1024NUMBYTES 128 /* 1024 bit key length */
20 #define RSA1024NUMWORDS (RSA1024NUMBYTES / sizeof(uint32_t))
  /external/vboot_reference/tests/
vb2_rsa_utility_tests.c 38 uint8_t sig[RSA1024NUMBYTES];
58 TEST_EQ(vb2_rsa_sig_size(VB2_SIG_RSA1024), RSA1024NUMBYTES,
73 RSA1024NUMBYTES * 2 + sizeof(uint32_t) * 2,

Completed in 464 milliseconds