| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/modes/ |
| D | xts128.c | 33 } tweak, scratch; in CRYPTO_xts128_encrypt() local 39 memcpy(tweak.c, iv, 16); in CRYPTO_xts128_encrypt() 41 (*ctx->block2) (tweak.c, tweak.c, ctx->key2); in CRYPTO_xts128_encrypt() 49 scratch.u[0] ^= tweak.u[0]; in CRYPTO_xts128_encrypt() 50 scratch.u[1] ^= tweak.u[1]; in CRYPTO_xts128_encrypt() 52 scratch.u[0] = ((u64_a1 *)inp)[0] ^ tweak.u[0]; in CRYPTO_xts128_encrypt() 53 scratch.u[1] = ((u64_a1 *)inp)[1] ^ tweak.u[1]; in CRYPTO_xts128_encrypt() 57 scratch.u[0] ^= tweak.u[0]; in CRYPTO_xts128_encrypt() 58 scratch.u[1] ^= tweak.u[1]; in CRYPTO_xts128_encrypt() 61 ((u64_a1 *)out)[0] = scratch.u[0] ^= tweak.u[0]; in CRYPTO_xts128_encrypt() [all …]
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/aes/asm/ |
| D | aesp8-ppc.pl | 1931 my ($tweak,$seven,$eighty7,$tmp,$tweak1) = map("v$_",(8..12)); 1956 lvx $tweak,0,$ivp # load [unaligned] iv 1960 vperm $tweak,$tweak,$inptail,$inpperm 1981 vxor $tweak,$tweak,$rndkey0 1988 vcipher $tweak,$tweak,$rndkey1 1992 vcipher $tweak,$tweak,$rndkey0 1998 vcipher $tweak,$tweak,$rndkey1 2001 vcipherlast $tweak,$tweak,$rndkey0 2041 vxor $inout,$inout,$tweak 2065 vxor $rndkey0,$rndkey0,$tweak [all …]
|
| D | aesni-x86_64.pl | 1774 my @tweak=map("%xmm$_",(10..15)); 1775 my ($twmask,$twres,$twtmp)=("%xmm8","%xmm9",@tweak[4]); 1825 movdqa $inout0,@tweak[5] 1836 movdqa @tweak[5],@tweak[$i] 1838 paddq @tweak[5],@tweak[5] 1840 pxor $rndkey0,@tweak[$i] 1841 pxor $twtmp,@tweak[5] 1845 movdqa @tweak[5],@tweak[4] 1847 paddq @tweak[5],@tweak[5] 1849 pxor $rndkey0,@tweak[4] [all …]
|
| D | aes-s390x.pl | 1639 my $tweak=16*$SIZE_T+16; # or $stdframe-16, bottom of the frame... 1658 lmg $i2,$i3,$tweak($sp) # put aside the tweak value 1664 la %r1,$tweak-16($sp) 1672 stmg $i2,$i3,$tweak($sp) # "re-seat" the tweak value 1677 lrvg $s0,$tweak+0($sp) # load the last tweak 1678 lrvg $s1,$tweak+8($sp) 1679 stmg %r0,%r3,$tweak-32($sp) # wipe copy of the key 1719 lrvg $s0,$tweak+0($s2) # load the tweak value in little-endian 1720 lrvg $s1,$tweak+8($s2) 1836 la $s2,$tweak($sp) [all …]
|
| D | aesni-x86.pl | 1123 { my ($tweak,$twtmp,$twres,$twmask)=($rndkey1,$rndkey0,$inout0,$inout1); 1153 &movdqa ($tweak,$inout0); 1156 &pcmpgtd($twtmp,$tweak); # broadcast upper bits 1174 &movdqa (&QWP(16*$i,"esp"),$tweak); 1175 &paddq ($tweak,$tweak); # &psllq($tweak,1); 1177 &pcmpgtd ($twtmp,$tweak); # broadcast upper bits 1178 &pxor ($tweak,$twres); 1181 &movdqa (&QWP(16*$i++,"esp"),$tweak); 1182 &paddq ($tweak,$tweak); # &psllq($tweak,1); 1186 &pxor ($inout5,$tweak); [all …]
|
| /netbsd/src/external/ibm-public/postfix/dist/src/util/ |
| D | dict_db.c | 619 int type, void *tweak, int dict_flags) in dict_db_open() argument 715 if ((db = dbopen(db_path, open_flags, 0644, type, tweak)) == 0) in dict_db_open() 732 if ((errno = db_open(db_path, type, db_flags, 0644, 0, tweak, &db)) != 0) in dict_db_open() 834 HASHINFO tweak; in dict_hash_open() local 836 memset((void *) &tweak, 0, sizeof(tweak)); in dict_hash_open() 837 tweak.nelem = DICT_DB_NELM; in dict_hash_open() 838 tweak.cachesize = dict_db_cache_size; in dict_hash_open() 841 DB_INFO tweak; in dict_hash_open() local 843 memset((void *) &tweak, 0, sizeof(tweak)); in dict_hash_open() 844 tweak.h_nelem = DICT_DB_NELM; in dict_hash_open() [all …]
|
| /netbsd/src/sys/dev/ |
| D | cgd_crypto.c | 265 uint8_t tweak[CGD_AES_BLOCK_SIZE]; in cgd_cipher_aes_xts() local 268 aes_enc(&ax->ax_tweakkey, blkno, tweak, ax->ax_nrounds); in cgd_cipher_aes_xts() 272 aes_xts_enc(&ax->ax_enckey, src, dst, nbytes, tweak, in cgd_cipher_aes_xts() 276 aes_xts_dec(&ax->ax_deckey, src, dst, nbytes, tweak, in cgd_cipher_aes_xts()
|
| /netbsd/src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/ |
| D | aest4-sparcv9.S | 946 ldxa [%l7]0x88, %g3 ! %g3:%g2 is tweak 999 .word 0x81b30d80 !fxor %f12,%f0,%f0 ! ^= tweak[0] 1007 .word 0x81b30d80 !fxor %f12,%f0,%f0 ! ^= tweak[0] 1010 srax %g3, 63, %l7 ! next tweak value 1080 srax %g3, 63, %l7 ! next tweak value 1100 .word 0x81b30d80 !fxor %f12,%f0,%f0 ! ^= tweak[0] 1102 .word 0x89b20d84 !fxor %f8,%f4,%f4 ! ^= tweak[0] 1113 srax %g3, 63, %l7 ! next tweak value 1122 .word 0x81b30d80 !fxor %f12,%f0,%f0 ! ^= tweak[0] 1212 srax %g3, 63, %l7 ! next tweak value [all …]
|
| /netbsd/src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/ |
| D | aest4-sparcv9.S | 946 ldxa [%l7]0x88, %g3 ! %g3:%g2 is tweak 999 .word 0x81b30d80 !fxor %f12,%f0,%f0 ! ^= tweak[0] 1007 .word 0x81b30d80 !fxor %f12,%f0,%f0 ! ^= tweak[0] 1010 srax %g3, 63, %l7 ! next tweak value 1080 srax %g3, 63, %l7 ! next tweak value 1100 .word 0x81b30d80 !fxor %f12,%f0,%f0 ! ^= tweak[0] 1102 .word 0x89b20d84 !fxor %f8,%f4,%f4 ! ^= tweak[0] 1113 srax %g3, 63, %l7 ! next tweak value 1122 .word 0x81b30d80 !fxor %f12,%f0,%f0 ! ^= tweak[0] 1212 srax %g3, 63, %l7 ! next tweak value [all …]
|
| /netbsd/src/sys/arch/vax/vsa/ |
| D | ncr.c | 139 int tweak, target; in si_vsbus_attach() local 206 tweak = clk_tweak + (va->va_paddr & 0x100 ? 3 : 0); in si_vsbus_attach() 210 target = (clk_page[0xbc/2] >> tweak) & 7; in si_vsbus_attach()
|
| /netbsd/src/external/bsd/tcpdump/dist/tests/ |
| D | isis-seg-fault-1-v.tests | 11 # fails on some platform, we'll need to tweak tcpdump and tests/TESTrun
|
| /netbsd/src/usr.sbin/rpc.pcnfsd/ |
| D | README | 21 however you will need to tweak a couple of definitions. See the 98 This version includes one more tweak on the previous security fix, plus
|
| /netbsd/src/crypto/external/bsd/openssl/dist/util/ |
| D | check-format.pl | 377 my $tweak = $in_comment == -2 ? 1 : 0; 378 … report("indent = ".($count + $tweak)." != $comment_indent at end of multi-line comment") 379 if $count + $tweak != $comment_indent;
|
| /netbsd/src/crypto/external/bsd/openssl/dist/ |
| D | NOTES-DJGPP.md | 7 have to tweak the installation yourself, including renaming files
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/ |
| D | ChangeLog-2004 | 144 * include/tr1/type_traits (is_enum): Minor tweak. 352 * include/tr1/type_traits (extent): Minor tweak (i.e., public). 356 * include/tr1/type_traits: Minor tweak. 384 is_reference/is_reference.cc: Slightly tweak consistently. 391 (test_category, test_relationship): Slightly tweak consistently. 436 is_array/is_array.cc: Slightly tweak consistently, remove typedefs, 486 is_arithmetic/is_arithmetic.cc: Slightly tweak to use ClassType 773 deque::back, deque::back const): Slightly tweak for stylistic 788 (money_get<>::_M_extract): Minor stylistic tweak: consistently 857 Slightly tweak for clarity (also leads to measurably better code). [all …]
|
| D | ChangeLog-1999 | 623 * bits/locale_facets.tcc (std): Minor, minor formatting tweak. 960 * bits/basic_ios.h: Inline, tweak. 2154 * src/ios.cc: Simplify includes, tweak. 2282 * mknumeric_limits: tweak. 2309 * testsuite/27_io/filebuf.cc: Need to tweak directory structure. 2482 tweak, clean, simplify and consolidate with a eye towards removing 2539 * bits/valarray_meta.h: tweak. 2776 * bits/std_valarray.h: tweak. 2777 * bits/valarray_array.h tweak. use _Expr. 2782 * bits/valarray_meta.h: tweak. [all …]
|
| D | ChangeLog-2002 | 972 _S_extra_categories_size, tweak. 980 _S_categories_size_*, tweak. 2938 both old and Euro-era localedata; tweak some tests. 3681 from the endianness of the platform; tweak UCS4 to UCS-4BE. 3695 * docs/doxygen/Intro.3: Date tweak. 3698 * docs/doxygen/mainpage.html: Date tweak. 3699 * docs/doxygen/run_doxygen: Version tweak. Copy tables.html over. 4793 const, tweak. 5519 * include/backward/tempbuf.h: Include <ext/memory>, tweak. 5520 * include/backward/tree.h: Include <ext/rb_tree), tweak. [all …]
|
| D | ChangeLog-2003 | 716 Minor tweak: a 4-digit integer cannot be bigger than 9999. 777 Minor stylistic tweak. 955 * include/bits/allocator.h: Formatting tweak. 1100 and 305; tweak entries for DR 60 and 328. 1168 * docs/html/17_intro/configury.html: XHTML tweak. 1372 * docs/html/ext/howto.html: Add entry for DR 300; tweak entry 1528 * include/bits/fstream.tcc: Spacing tweak. 1564 num_get::_M_extract_int): Minor tweak. 1675 string_type&): Minor tweak to the previous commit. 2324 tweak to the previous commit. [all …]
|
| /netbsd/src/sys/arch/mac68k/mac68k/ |
| D | pramasm.s | 338 swap %d1 | now we want to tweak the command
|
| /netbsd/src/sys/ufs/lfs/ |
| D | TODO | 37 - Cleaning time policies. Be able to tweak the cleaner's thresholds
|
| /netbsd/src/external/public-domain/xz/dist/ |
| D | PACKAGERS | 25 may want to tweak.
|
| /netbsd/src/external/ibm-public/postfix/dist/ |
| D | RELEASE_NOTES-2.11 | 22 secrecy support in one place: what forward secrecy is, how to tweak
|
| /netbsd/src/external/lgpl3/mpfr/dist/doc/ |
| D | fdl.texi | 1 @c MPFR tweak: Have this in mpfr.texi to help texinfo-mode 411 @c MPFR tweak: Use @appendixsec
|
| /netbsd/src/sys/arch/sun3/sun3x/ |
| D | locore.s | 290 clrw %d0 | no, need to tweak BIU
|
| /netbsd/src/external/bsd/kyua-cli/dist/ |
| D | NEWS | 223 * Added the 'debug' subcommand. This command allows end users to tweak
|