Searched refs:TEMPS (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/bearssl/src/rsa/
H A Drsa_i31_keygen_inner.c87 * 2 kilobytes in total, to save stack space. The macro TEMPS below
95 #define TEMPS MAX(512, ROUND2(7 * ((((BR_MAX_RSA_SIZE + 1) >> 1) + 61) / 31))) macro
202 * has an even number of elements (TEMPS), we
467 uint32_t t32[TEMPS];
468 uint64_t t64[TEMPS >> 1]; /* for 64-bit alignment */
H A Drsa_i15_keygen.c87 * 2 kilobytes in total, to save stack space. The macro TEMPS below
93 #define TEMPS MAX(1024, 7 * ((((BR_MAX_RSA_SIZE + 1) >> 1) + 29) / 15)) macro
445 uint16_t tmp[TEMPS];

Completed in 176 milliseconds