Searched refs:common (Results 251 - 275 of 768) sorted by relevance

<<11121314151617181920>>

/freebsd-current/stand/i386/gptboot/
H A DMakefile4 .PATH: ${BOOTSRC}/i386/boot2 ${BOOTSRC}/i386/common ${SASRC}
30 -I${BOOTSRC}/i386/common \
/freebsd-current/stand/i386/isoboot/
H A DMakefile5 ${BOOTSRC}/i386/common ${SASRC}
26 -I${BOOTSRC}/i386/common \
/freebsd-current/usr.sbin/bsdinstall/scripts/
H A Dhostname32 . $BSDCFG_SHARE/common.subr || exit 1
H A Dmount29 . $BSDCFG_SHARE/common.subr || exit 1
H A Dservices29 . $BSDCFG_SHARE/common.subr || exit 1
/freebsd-current/crypto/openssl/Configurations/
H A D50-win-onecore.conf6 # export subset of Win32 API that are common to all Windows 10 devices.
68 inherit_from => [ "VC-noCE-common" ],
77 inherit_from => [ "VC-noCE-common" ],
/freebsd-current/contrib/expat/tests/
H A DMakefile.am48 common.c \
86 common.h \
/freebsd-current/sys/modules/bnxt/bnxt_en/
H A DMakefile18 CFLAGS+= -I${SRCTOP}/sys/compat/linuxkpi/common/include
/freebsd-current/crypto/heimdal/appl/login/
H A DMakefile.am3 include $(top_srcdir)/Makefile.am.common
/freebsd-current/usr.sbin/bsdconfig/diskmgmt/
H A Ddiskmgmt31 . $BSDCFG_SHARE/common.subr || exit 1
/freebsd-current/usr.sbin/bsdconfig/docsinstall/
H A Ddocsinstall31 . $BSDCFG_SHARE/common.subr || exit 1
/freebsd-current/usr.sbin/bsdconfig/mouse/
H A Dflags31 . $BSDCFG_SHARE/common.subr || exit 1
/freebsd-current/usr.sbin/bsdconfig/usermgmt/
H A Dgroupdel32 . $BSDCFG_SHARE/common.subr || exit 1
H A Dgroupedit32 . $BSDCFG_SHARE/common.subr || exit 1
H A Duseredit32 . $BSDCFG_SHARE/common.subr || exit 1
H A Duserdel32 . $BSDCFG_SHARE/common.subr || exit 1
/freebsd-current/tools/tools/net80211/scripts/mesh/
H A Dtopology.tree21 . common
H A Dtopology.line12 . common
H A Dtopology.star11 . common
/freebsd-current/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdinit.c32 #include <dev/pms/freebsd/driver/common/osenv.h>
33 #include <dev/pms/freebsd/driver/common/ostypes.h>
34 #include <dev/pms/freebsd/driver/common/osdebug.h>
57 #include <dev/pms/RefTisa/tisa/sassata/sas/common/tdtypes.h>
58 #include <dev/pms/freebsd/driver/common/osstring.h>
59 #include <dev/pms/RefTisa/tisa/sassata/common/tdutil.h>
73 #include <dev/pms/RefTisa/tisa/sassata/common/tdsatypes.h>
74 #include <dev/pms/RefTisa/tisa/sassata/common/tdproto.h>
/freebsd-current/lib/libzstd/
H A DMakefile37 CFLAGS+= -I${ZSTDDIR}/lib -I${ZSTDDIR}/lib/common -DXXH_NAMESPACE=ZSTD_ \
50 .PATH: ${ZSTDDIR}/lib/common ${ZSTDDIR}/lib/compress \
/freebsd-current/crypto/heimdal/lib/ipc/
H A DMakefile.am1 include $(top_srcdir)/Makefile.am.common
5 dist_libheim_ipcc_la_SOURCES = hi_locl.h heim_ipc_types.h client.c common.c
6 dist_libheim_ipcs_la_SOURCES = hi_locl.h heim_ipc_types.h server.c common.c
/freebsd-current/sbin/restore/
H A Dmain.c283 const char *const common = local
289 "restore -i [-dhmNuvy]", common,
290 "restore -R [-dNuvy]", common,
291 "restore -r [-dNuvy]", common,
292 "restore -t [-dhNuvy]", common, fileell,
293 "restore -x [-dhmNuvy]", common, fileell);
/freebsd-current/contrib/telnet/libtelnet/
H A Dpk.c55 * Choose top 128 bits of the common key to use as our idea key.
83 * Choose middle 64 bits of the common key to use as our des key, possibly
112 * get common key from my secret key and his public key
119 MINT *common; local
124 common = mp_itom(0);
125 mp_pow(public, secret, modulus, common);
126 extractdeskey(common, deskey);
127 extractideakey(common, ideakey);
129 mp_mfree(common);
/freebsd-current/usr.sbin/keyserv/
H A Dsetkey.c36 * Store secret keys. Compute common keys,
38 * Cache the common keys, so the expensive computation is avoided.
149 MINT *common; local
180 common = mp_itom(0);
181 mp_pow(public, secret, MODULUS, common);
182 extractdeskey(common, &deskey);
186 mp_mfree(common);
203 MINT *common; local
227 common = mp_itom(0);
228 mp_pow(public, secret, MODULUS, common);
[all...]

Completed in 235 milliseconds

<<11121314151617181920>>