| /src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/ |
| evpciph_sm4.txt | 72 Title = SM4 XTS test vectors from GB/T 17964-2021 74 Cipher = SM4-XTS 80 Cipher = SM4-XTS 87 Title = SM4 XTS test vectors, while the XTS mode is standardized in IEEE Std 1619-2007 89 Cipher = SM4-XTS 96 Cipher = SM4-XTS
|
| evpkdf_krb5.txt | 133 #Erroneous key size for the cipher as XTS has double key size 135 Ctrl.cipher = cipher:AES-256-XTS
|
| evpciph_aes_common.txt | 1051 Title = AES XTS test vectors from IEEE Std 1619-2007 1054 Cipher = aes-128-xts 1064 Cipher = aes-128-xts 1074 Cipher = aes-128-xts 1081 Cipher = aes-128-xts 1087 Cipher = aes-128-xts 1093 Cipher = aes-128-xts 1099 Cipher = aes-128-xts 1105 Cipher = aes-128-xts 1111 Cipher = aes-128-xts [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
| X86WinCOFFStreamer.cpp | 55 X86TargetStreamer *XTS = 57 XTS->emitFPOData(ProcSym, Loc);
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/ |
| cipher_aes_xts.c | 48 * FIPS 140-2 IG A.9 XTS-AES Key Generation Requirements states 51 * BEFORE using the keys in the XTS-AES algorithm to process 161 if (in->xts.key1 != NULL) { 162 if (in->xts.key1 != &in->ks1) 165 if (in->xts.key2 != NULL) { 166 if (in->xts.key2 != &in->ks2) 187 || ctx->xts.key1 == NULL 188 || ctx->xts.key2 == NULL 207 (*ctx->stream)(in, out, inl, ctx->xts.key1, ctx->xts.key2, ctx->base.iv) [all...] |
| cipher_sm4_xts.c | 11 /* Dispatch functions for SM4 XTS mode */ 106 if (in->xts.key1 != NULL) { 107 if (in->xts.key1 != &in->ks1) 110 if (in->xts.key2 != NULL) { 111 if (in->xts.key2 != &in->ks2) 127 || ctx->xts.key1 == NULL 128 || ctx->xts.key2 == NULL 147 (*ctx->stream)(in, out, inl, ctx->xts.key1, ctx->xts.key2, 149 else if (CRYPTO_xts128_encrypt(&ctx->xts, ctx->base.iv, in, out, inl [all...] |
| /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ |
| cipher_aes_xts.c | 48 * FIPS 140-2 IG A.9 XTS-AES Key Generation Requirements states 51 * BEFORE using the keys in the XTS-AES algorithm to process 140 if (in->xts.key1 != NULL) { 141 if (in->xts.key1 != &in->ks1) 144 if (in->xts.key2 != NULL) { 145 if (in->xts.key2 != &in->ks2) 163 || ctx->xts.key1 == NULL 164 || ctx->xts.key2 == NULL 183 (*ctx->stream)(in, out, inl, ctx->xts.key1, ctx->xts.key2, ctx->base.iv) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| X86AsmPrinter.cpp | 95 if (auto *XTS = 97 XTS->emitFPOProc( 105 if (auto *XTS = 107 XTS->emitFPOEndProc();
|
| X86MCInstLower.cpp | 1915 X86TargetStreamer *XTS = 1919 XTS->emitFPOPushReg(MI->getOperand(0).getImm()); 1922 XTS->emitFPOStackAlloc(MI->getOperand(0).getImm()); 1925 XTS->emitFPOStackAlign(MI->getOperand(0).getImm()); 1930 XTS->emitFPOSetFrame(MI->getOperand(0).getImm()); 1933 XTS->emitFPOEndPrologue();
|
| /src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/ |
| evpciph_aes_common.txt | 999 Title = AES XTS test vectors from IEEE Std 1619-2007 1002 Cipher = aes-128-xts 1012 Cipher = aes-128-xts 1022 Cipher = aes-128-xts 1029 Cipher = aes-128-xts 1035 Cipher = aes-128-xts 1041 Cipher = aes-128-xts 1047 Cipher = aes-128-xts 1053 Cipher = aes-128-xts 1059 Cipher = aes-128-xts [all...] |
| /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/arm/ |
| bsaes-armv7.S | 51 @ Add CBC, CTR and XTS subroutines and adapt for kernel use; courtesy of Ard. 1639 vldmia r2, {q5} @ load XTS magic 1742 vldmia r2, {q5} @ load XTS magic 2130 vldmia r2, {q5} @ load XTS magic 2233 vldmia r2, {q5} @ load XTS magic
|
| /src/external/apache2/llvm/dist/llvm/cmake/ |
| config.guess | 1046 i*86:XTS-300:*:STOP)
|
| /src/sys/external/isc/libsodium/dist/ |
| config.guess | 1048 i*86:XTS-300:*:STOP)
|
| /src/external/apache2/llvm/autoconf/autoconf/ |
| config.guess | 1024 i*86:XTS-300:*:STOP)
|
| /src/external/bsd/libevent/dist/build-aux/ |
| config.guess | 1122 i*86:XTS-300:*:STOP)
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| config.guess | 1060 i*86:XTS-300:*:STOP)
|
| /src/external/lgpl3/mpc/dist/build-aux/ |
| config.guess | 1123 i*86:XTS-300:*:STOP)
|
| /src/lib/librumpuser/build-aux/ |
| config.guess | 1085 i*86:XTS-300:*:STOP)
|
| /src/sys/external/isc/libsodium/dist/build-aux/ |
| config.guess | 1086 i*86:XTS-300:*:STOP)
|
| /src/crypto/external/bsd/heimdal/dist/ |
| config.guess | 1198 i*86:XTS-300:*:STOP)
|
| /src/crypto/external/bsd/netpgp/dist/buildaux/ |
| config.guess | 1085 i*86:XTS-300:*:STOP)
|
| /src/crypto/external/cpl/tpm-tools/dist/ |
| config.guess | 1085 i*86:XTS-300:*:STOP)
|
| /src/crypto/external/cpl/trousers/dist/ |
| config.guess | 1085 i*86:XTS-300:*:STOP)
|
| /src/external/bsd/am-utils/dist/ |
| config.guess | 1085 i*86:XTS-300:*:STOP)
|
| /src/external/bsd/byacc/dist/ |
| config.guess | 1241 i*86:XTS-300:*:STOP)
|