Home
last modified time | relevance | path

Searched refs:TAB_SIZE (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
Dbn_s_mp_exptmod.c20 #define TAB_SIZE 32 macro
22 #define TAB_SIZE 256 macro
27 mp_int M[TAB_SIZE], res, mu; in s_mp_exptmod()
Dbn_mp_exptmod_fast.c29 #define TAB_SIZE 32 macro
31 #define TAB_SIZE 256 macro
36 mp_int M[TAB_SIZE], res; in mp_exptmod_fast()
/netbsd/src/crypto/external/bsd/heimdal/dist/doc/
Ddoxytmpl.dxy31 TAB_SIZE = 8
/netbsd/src/external/bsd/elftosb/dist/keygen/
DDoxyfile39 TAB_SIZE = 4
/netbsd/src/external/bsd/elftosb/dist/sbtool/
DDoxyfile39 TAB_SIZE = 4
/netbsd/src/external/bsd/elftosb/dist/elftosb2/
DDoxyfile39 TAB_SIZE = 4
/netbsd/src/external/bsd/wpa/dist/src/tls/
Dlibtommath.c1870 #define TAB_SIZE 32 macro
1872 #define TAB_SIZE 256 macro
1877 mp_int M[TAB_SIZE], res, mu; in s_mp_exptmod()
2954 mp_int M[TAB_SIZE], res; in mp_exptmod_fast()
/netbsd/src/crypto/external/bsd/netpgp/dist/src/libbn/
Dbignum.c3275 #define TAB_SIZE 256 macro
3279 mp_int M[TAB_SIZE], res, mu; in s_mp_exptmod()
4096 #define TAB_SIZE 256 macro
4101 mp_int M[TAB_SIZE], res; in mp_exptmod_fast()
/netbsd/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
Dbignum.c3249 #define TAB_SIZE 256 macro
3255 mp_int M[TAB_SIZE], res, mu; in basic_exponent_mod()
4077 #define TAB_SIZE 256 macro
4082 mp_int M[TAB_SIZE], res; in fast_exponent_modulo()
/netbsd/src/crypto/external/bsd/netpgp/dist/doc/
Ddoxygen-user.cfg173 # The TAB_SIZE tag can be used to set the number of spaces in a tab.
176 TAB_SIZE = 8
/netbsd/src/external/gpl3/gcc/dist/contrib/
Dgcc.doxy184 # The TAB_SIZE tag can be used to set the number of spaces in a tab.
187 TAB_SIZE = 8
/netbsd/src/external/bsd/openldap/dist/contrib/ldapc++/
Ddoxygen.rc178 # The TAB_SIZE tag can be used to set the number of spaces in a tab.
181 TAB_SIZE = 4
/netbsd/src/crypto/external/bsd/libsaslc/dist/doc/
DDoxyfile170 # The TAB_SIZE tag can be used to set the number of spaces in a tab.
173 TAB_SIZE = 8
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/doc/doxygen/
Duser.cfg.in233 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
237 TAB_SIZE = 8
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20155021 * doc/doxygen/user.cfg.in: Set correct TAB_SIZE.