Home
last modified time | relevance | path

Searched refs:KARATSUBA_SQR_CUTOFF (Results 1 – 7 of 7) sorted by relevance

/netbsd/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbncore.c30KARATSUBA_SQR_CUTOFF = 120, /* Min. number of digits before Karatsuba squaring is used. */ variable
H A Dbn_mp_sqr.c34 if (a->used >= KARATSUBA_SQR_CUTOFF) { in mp_sqr()
H A Dtommath.h161 KARATSUBA_SQR_CUTOFF,
/netbsd/crypto/external/bsd/netpgp/dist/src/libbn/
H A Dbignum.c3242 #define KARATSUBA_SQR_CUTOFF 120 macro
3255 if (a->used >= KARATSUBA_SQR_CUTOFF) { in mp_sqr()
/netbsd/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dbignum.c3209 #define KARATSUBA_SQR_CUTOFF 120 macro
3221 } else if (a->used >= KARATSUBA_SQR_CUTOFF) { in square()
/netbsd/sbin/nvmectl/
H A Dbignum.c3205 #define KARATSUBA_SQR_CUTOFF 120 macro
3217 } else if (a->used >= KARATSUBA_SQR_CUTOFF) { in square()
/netbsd/external/bsd/wpa/dist/src/tls/
H A Dlibtommath.c2123 if (a->used >= KARATSUBA_SQR_CUTOFF) { in mp_sqr()