Searched refs:xts (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/crypto/openssl/providers/implementations/ciphers/ |
| H A D | cipher_aes_xts.c | 140 if (in->xts.key1 != NULL) { in aes_xts_dupctx() 141 if (in->xts.key1 != &in->ks1) in aes_xts_dupctx() 144 if (in->xts.key2 != NULL) { in aes_xts_dupctx() 145 if (in->xts.key2 != &in->ks2) in aes_xts_dupctx() 163 || ctx->xts.key1 == NULL in aes_xts_cipher() 164 || ctx->xts.key2 == NULL in aes_xts_cipher() 183 (*ctx->stream)(in, out, inl, ctx->xts.key1, ctx->xts.key2, ctx->base.iv); in aes_xts_cipher() 184 else if (CRYPTO_xts128_encrypt(&ctx->xts, ctx->base.iv, in, out, inl, in aes_xts_cipher() 293 IMPLEMENT_cipher(xts, XTS, 256, AES_XTS_FLAGS); 294 IMPLEMENT_cipher(xts, XTS, 128, AES_XTS_FLAGS);
|
| H A D | cipher_aes_xts_hw.c | 26 xctx->xts.block1 = (block128_f)fn_block_enc; \ 29 xctx->xts.block1 = (block128_f)fn_block_dec; \ 32 xctx->xts.block2 = (block128_f)fn_block_enc; \ 33 xctx->xts.key1 = &xctx->ks1; \ 34 xctx->xts.key2 = &xctx->ks2; \ 96 dctx->xts.key1 = &dctx->ks1.ks; in cipher_hw_aes_xts_copyctx() 97 dctx->xts.key2 = &dctx->ks2.ks; in cipher_hw_aes_xts_copyctx()
|
| H A D | cipher_aes_xts.h | 31 XTS128_CONTEXT xts; member
|
| /freebsd-14.2/crypto/openssl/test/recipes/30-test_evp_data/ |
| H A D | evpciph_aes_common.txt | 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 1065 Cipher = aes-128-xts [all …]
|
| /freebsd-14.2/tests/sys/geom/class/eli/ |
| H A D | conf.sh | 37 for cipher in aes-xts:128 aes-xts:256 \ 61 for cipher in aes-xts:128 aes-xts:256 \
|
| /freebsd-14.2/crypto/openssl/crypto/evp/ |
| H A D | e_aes.c | 67 XTS128_CONTEXT xts; member 299 xctx->xts.key1 = &xctx->ks1; in aesni_xts_init_key() 303 xctx->xts.key2 = &xctx->ks2; in aesni_xts_init_key() 654 xctx->xts.key1 = &xctx->ks1; in aes_t4_xts_init_key() 658 xctx->xts.key2 = &xctx->ks2; in aes_t4_xts_init_key() 3101 if (xctx->xts.key1) { in aes_xts_ctrl() 3106 if (xctx->xts.key2) { in aes_xts_ctrl() 3115 xctx->xts.key1 = NULL; in aes_xts_ctrl() 3116 xctx->xts.key2 = NULL; in aes_xts_ctrl() 3237 if (xctx->xts.key1 == NULL in aes_xts_cipher() [all …]
|
| /freebsd-14.2/contrib/ntp/scripts/monitoring/ |
| H A D | ntploopwatch | 452 local($xts,$xte,$i,$t); 496 chop($xts = &ctime($mintime)); 498 $doplot .= "set xlabel 'Start: $xts -- Time Scale -- End: $xte'\n";
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | luks | 31 # cipher-mode like: xts-plain64 cbc-essiv
|
| /freebsd-14.2/crypto/openssl/crypto/err/ |
| H A D | openssl.txt | 772 EVP_R_XTS_DATA_UNIT_IS_TOO_LARGE:191:xts data unit is too large 773 EVP_R_XTS_DUPLICATED_KEYS:192:xts duplicated keys 1099 PROV_R_XTS_DATA_UNIT_IS_TOO_LARGE:148:xts data unit is too large 1100 PROV_R_XTS_DUPLICATED_KEYS:149:xts duplicated keys
|
| /freebsd-14.2/crypto/openssl/crypto/objects/ |
| H A D | objects.txt | 967 ieee-siswg 0 1 1 : AES-128-XTS : aes-128-xts 968 ieee-siswg 0 1 2 : AES-256-XTS : aes-256-xts
|