Home | History | Annotate | Download | only in libtomcrypt

Lines Matching refs:kB

672 \hline undefined & undefined & Very fast, 4.2KB of ram. \\
674 \hline defined & undefined & Very slow, 0.2KB of ram. \\
675 \hline defined & defined & Faster, 0.2KB of ram, larger code. \\
3648 with TFM amounts to about 400kB of memory. Tuning TFM (by changing FP\_SIZE) can decrease the usage by a fair amount. Memory is only used by a cache entry
5294 tables at a cost of 4KB of memory. The cipher will be much faster as a result.
5302 When defined GCM will use a 64KB table (per GCM state) which will greatly speed up the per--packet latency.
6343 /** Computes kA*A + kB*B = C using Shamir's Trick
6347 @param kB What to multiple B by
6353 ecc_point *B, void *kB,