/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_aes_128_gcm.pod | 146 AES XTS mode (XTS-AES) is standardized in IEEE Std. 1619-2007 and described in NIST 147 SP 800-38E. The XTS (XEX-based tweaked-codebook mode with ciphertext stealing) 151 XTS-AES provides confidentiality but not authentication of data. It also 153 In particular, XTS-AES-128 (B<EVP_aes_128_xts>) takes input of a 256-bit key to 154 achieve AES 128-bit security, and XTS-AES-256 (B<EVP_aes_256_xts>) takes input 157 The XTS implementation in OpenSSL does not support streaming. That is there must 162 the XTS "tweak" value.
|
H A D | OPENSSL_s390xcap.pod | 105 # 50 1<<13 KM-XTS-AES-128 106 # 52 1<<11 KM-XTS-AES-256 182 Disables the KM-XTS-AES and the KIMD-SHAKE function codes:
|
H A D | PKCS12_create.pod | 30 GCM, CCM, XTS, and OCB are unsupported. I<iter> is the encryption algorithm
|
H A D | EVP_PKEY_new.pod | 157 encryption-only cipher. For example AEAD and XTS ciphers should not be used.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86WinCOFFStreamer.cpp | 62 X86TargetStreamer *XTS = in emitCVFPOData() local 64 XTS->emitFPOData(ProcSym, Loc); in emitCVFPOData()
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_CIPHER-AES.pod | 32 =item "AES-128-XTS" and "AES-256-XTS" 70 The AES-XTS implementations allow streaming to be performed, but each
|
/freebsd/tools/boot/ |
H A D | rootgen.sh | 294 echo ${passphrase} | geli init -bg -e AES-XTS -i ${iterations} -J - -l 256 -s 4096 ${md}p2 328 echo ${passphrase} | geli init -bg -e AES-XTS -i ${iterations} -J - -l 256 -s 4096 ${md}p2 363 echo ${passphrase} | geli init -bg -e AES-XTS -i ${iterations} -J - -l 256 -s 4096 ${md}p3 403 echo ${passphrase} | geli init -bg -e AES-XTS -i ${iterations} -J - -l 256 -s 4096 ${md}p3 452 echo ${passphrase} | geli init -bg -e AES-XTS -i ${iterations} -J - -l 256 -s 4096 ${md}p3 497 echo ${passphrase} | geli init -bg -e AES-XTS -i ${iterations} -J - -l 256 -s 4096 ${md}p3
|
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_xts.c | 293 IMPLEMENT_cipher(xts, XTS, 256, AES_XTS_FLAGS); 294 IMPLEMENT_cipher(xts, XTS, 128, AES_XTS_FLAGS);
|
H A D | build.info | 53 # When the AES-xxx-XTS moves to legacy, cipher_aes_xts_fips.c can be removed.
|
/freebsd/tests/sys/geom/class/eli/ |
H A D | init_test.sh | 309 for spec in aes:0:AES-XTS:128 aes:128:AES-XTS:128 aes:256:AES-XTS:256 \
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86AsmPrinter.cpp | 102 auto *XTS = in emitFunctionBodyStart() local 104 XTS->emitFPOProc( in emitFunctionBodyStart() 112 auto *XTS = in emitFunctionBodyEnd() local 114 XTS->emitFPOEndProc(); in emitFunctionBodyEnd()
|
H A D | X86MCInstLower.cpp | 1717 X86TargetStreamer *XTS = in EmitSEHInstruction() local 1721 XTS->emitFPOPushReg(MI->getOperand(0).getImm()); in EmitSEHInstruction() 1724 XTS->emitFPOStackAlloc(MI->getOperand(0).getImm()); in EmitSEHInstruction() 1727 XTS->emitFPOStackAlign(MI->getOperand(0).getImm()); in EmitSEHInstruction() 1732 XTS->emitFPOSetFrame(MI->getOperand(0).getImm()); in EmitSEHInstruction() 1735 XTS->emitFPOEndPrologue(); in EmitSEHInstruction()
|
/freebsd/usr.sbin/bsdinstall/scripts/ |
H A D | zfsboot | 1285 AES-XTS "$bootpool/$zroot_key" \ 1306 AES-XTS $disk$targetpart
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evpciph_aes_common.txt | 999 Title = AES XTS test vectors from IEEE Std 1619-2007 1224 Title = AES XTS Non standard test vectors - generated from reference implementation
|
/freebsd/contrib/openbsm/config/ |
H A D | config.guess | 975 i*86:XTS-300:*:STOP)
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | OPTIONS.pod | 255 AEAD and are not using XTS mode. The functions opt_cipher_any() and
|
/freebsd/crypto/heimdal/ |
H A D | config.guess | 998 i*86:XTS-300:*:STOP)
|
/freebsd/contrib/ntp/sntp/libevent/build-aux/ |
H A D | config.guess | 1048 i*86:XTS-300:*:STOP)
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | config.guess | 1060 i*86:XTS-300:*:STOP)
|
/freebsd/contrib/dialog/ |
H A D | config.guess | 1132 i*86:XTS-300:*:STOP)
|
/freebsd/contrib/libevent/build-aux/ |
H A D | config.guess | 1122 i*86:XTS-300:*:STOP)
|
/freebsd/contrib/openpam/ |
H A D | config.guess | 1076 i*86:XTS-300:*:STOP)
|
/freebsd/contrib/file/ |
H A D | config.guess | 1188 i*86:XTS-300:*:STOP)
|
/freebsd/crypto/openssh/ |
H A D | config.guess | 1204 i*86:XTS-300:*:STOP)
|
/freebsd/contrib/sqlite3/ |
H A D | config.guess | 1187 i*86:XTS-300:*:STOP)
|