/freebsd/sys/crypto/aesni/ |
H A D | aesni_wrap.c | 336 __m128i tweaks[8]; in aesni_crypt_xts_block8() local 350 tweaks[(pos)] = tmptweak; \ in aesni_crypt_xts_block8() 373 _mm_storeu_si128(&top[0], tmp[0] ^ tweaks[0]); in aesni_crypt_xts_block8() 374 _mm_storeu_si128(&top[1], tmp[1] ^ tweaks[1]); in aesni_crypt_xts_block8() 375 _mm_storeu_si128(&top[2], tmp[2] ^ tweaks[2]); in aesni_crypt_xts_block8() 376 _mm_storeu_si128(&top[3], tmp[3] ^ tweaks[3]); in aesni_crypt_xts_block8() 377 _mm_storeu_si128(&top[4], tmp[4] ^ tweaks[4]); in aesni_crypt_xts_block8() 378 _mm_storeu_si128(&top[5], tmp[5] ^ tweaks[5]); in aesni_crypt_xts_block8() 379 _mm_storeu_si128(&top[6], tmp[6] ^ tweaks[6]); in aesni_crypt_xts_block8() 380 _mm_storeu_si128(&top[7], tmp[7] ^ tweaks[7]); in aesni_crypt_xts_block8()
|
/freebsd/tools/boot/ |
H A D | rootgen.sh | 299 # need to make a couple of tweaks 306 # end tweaks 333 # need to make a couple of tweaks 340 # end tweaks 368 # need to make a couple of tweaks 375 # end tweaks 410 # need to make a couple of tweaks 420 # end tweaks 459 # need to make a couple of tweaks 469 # end tweaks [all …]
|
/freebsd/crypto/openssh/ |
H A D | .skipped-commit-ids | 14 569f08445c27124ec7c7f6c0268d844ec56ac061 Makefile tweaks for !openssl 30 e1dc11143f83082e3154d6094f9136d0dc2637ad more relinking makefile tweaks
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.2002 | 507 * kdc/kerberos4.c: storage tweaks 509 * kdc/kaserver.c: storage tweaks 511 * kdc/524.c: storage tweaks 513 * lib/krb5/keytab_krb4.c: storage tweaks 515 * lib/krb5/keytab_keyfile.c: storage tweaks 517 * lib/krb5/keytab_file.c: storage tweaks; also try to handle zero 522 * lib/krb5/fcache.c: storage tweaks
|
/freebsd/contrib/gdtoa/ |
H A D | changes | 132 gdtoa.tar.gz: tweaks in response to comments from Shawn C. Sheridan 214 out and suggesting the modified test above. Also, some tweaks for 269 ulp(d) never returns a denormalized number. This and other tweaks 405 Various files: minor tweaks for portability. 564 dtoa.c, gdtoa.tgz: tweaks (mostly adding unnecessary parens) to 566 to banish erroneous warnings about uninitialized variables, the tweaks 572 gdtoa.tgz: tweaks to silence warnings from "gcc -Wstrict-aliasing=2"; 627 dtoa.c: more tweaks relevant only to absurd input.
|
/freebsd/sys/contrib/openzfs/module/icp/algs/skein/ |
H A D | skein.c | 47 /* set tweaks: T0=0; T1=CFG | FINAL */ in Skein_256_Init() 101 /* set tweaks: T0 = 0; T1 = KEY type */ in Skein_256_InitExt() 282 /* set tweaks: T0=0; T1=CFG | FINAL */ in Skein_512_Init() 337 /* set tweaks: T0 = 0; T1 = KEY type */ in Skein_512_InitExt() 514 /* set tweaks: T0=0; T1=CFG | FINAL */ in Skein1024_Init() 568 /* set tweaks: T0 = 0; T1 = KEY type */ in Skein1024_InitExt()
|
/freebsd/sys/contrib/device-tree/Bindings/pwm/ |
H A D | pwm-sifive.txt | 16 SiFive PWM v0 IP block with no chip integration tweaks.
|
H A D | pwm-sifive.yaml | 38 SiFive PWM v0 IP block with no chip integration tweaks.
|
/freebsd/sys/contrib/device-tree/Bindings/dma/ |
H A D | sifive,fu540-c000-pdma.yaml | 40 with no chip integration tweaks.
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | ftgmac100.txt | 7 or 2500 family SoC as they have some subtle tweaks to the
|
/freebsd/share/man/man4/ |
H A D | nvram.4 | 61 configuration and need same BIOS setting tweaks.
|
/freebsd/sys/contrib/device-tree/Bindings/spi/ |
H A D | spi-sifive.yaml | 30 for the SiFive SPI v0 IP block with no chip integration tweaks.
|
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah_diagcodes.h | 61 HAL_DIAG_11NCOMPAT = 30, /* 11n compatibility tweaks */
|
/freebsd/sys/crypto/skein/ |
H A D | skein.c | 61 Skein_Start_New_Type(ctx,CFG_FINAL); /* set tweaks: T0=0; T1=CFG | FINAL */ in Skein_256_Init() 104 Skein_Start_New_Type(ctx,KEY); /* set tweaks: T0 = 0; T1 = KEY type */ in Skein_256_InitExt() 258 Skein_Start_New_Type(ctx,CFG_FINAL); /* set tweaks: T0=0; T1=CFG | FINAL */ in Skein_512_Init() 302 Skein_Start_New_Type(ctx,KEY); /* set tweaks: T0 = 0; T1 = KEY type */ in Skein_512_InitExt() 455 Skein_Start_New_Type(ctx,CFG_FINAL); /* set tweaks: T0=0; T1=CFG | FINAL */ in Skein1024_Init() 499 Skein_Start_New_Type(ctx,KEY); /* set tweaks: T0 = 0; T1 = KEY type */ in Skein1024_InitExt()
|
/freebsd/contrib/ldns/drill/ |
H A D | ChangeLog.22-nov-2005 | 40 * Makefile tweaks
|
/freebsd/stand/kboot/kboot/ |
H A D | init.c | 89 * sysvinit sets it into 'sane' mode with several tweaks. Not enabled at in init_tty()
|
/freebsd/tools/tools/sysbuild/ |
H A D | README | 86 TWEAKS
|
/freebsd/contrib/flex/ |
H A D | ONEWS | 9 - Minor Makefile tweaks. 624 - Some lint tweaks. 1011 - Various lint tweaks were added to reduce the number of gripes. 1223 Also, tweaks for VMS and Microsoft C (MS-DOS), and identifiers all 1226 on 16 bit'ers. Amiga tweaks. Compiles using gcc on a Sun-3.
|
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/ |
H A D | intel-ixp42x-arcom-vulcan.dts | 81 * CHECKME: if special tweaks are needed, then fix the
|
/freebsd/tools/tools/nanobsd/dhcpd/ |
H A D | os-base | 179 # Last second tweaks
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsCCState.h | 93 // Used to handle MIPS16-specific calling convention tweaks.
|
/freebsd/contrib/dialog/ |
H A D | pause.c | 162 * but requires some tweaks to reverse it. in dialog_pause()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_flags.inc | 136 "If true, ASan tweaks a bunch of other flags (quarantine, redzone, heap "
|
/freebsd/sys/dev/le/ |
H A D | lancevar.h | 178 * assembly code generated before and after your tweaks!
|
/freebsd/contrib/tnftp/ |
H A D | ChangeLog | 85 - Style tweaks. 102 Cosmetic tweaks. 160 * Consistency tweaks in configure help strings. 170 * configure.ac style consistency tweaks. 1589 a few user interface and cosmetic tweaks:
|