Searched refs:xts (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_xts.h31 XTS128_CONTEXT xts; member in struct:prov_aes_xts_ctx_st
H A Dcipher_aes_xts.c140 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);
184 else if (CRYPTO_xts128_encrypt(&ctx->xts, ctx->base.iv, in, out, inl,
247 /* The key length can not be modified for xts mod
[all...]
H A Dcipher_aes_xts_hw.c26 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;
97 dctx->xts.key2 = &dctx->ks2.ks;
/freebsd-current/tests/sys/geom/class/eli/
H A Dconf.sh40 for cipher in aes-xts:128 aes-xts:256 \
64 for cipher in aes-xts:128 aes-xts:256 \
/freebsd-current/crypto/openssl/crypto/evp/
H A De_aes.c67 XTS128_CONTEXT xts; member in struct:__anon18
288 xctx->xts.block1 = (block128_f) aesni_encrypt;
292 xctx->xts.block1 = (block128_f) aesni_decrypt;
297 xctx->xts.block2 = (block128_f) aesni_encrypt;
299 xctx->xts.key1 = &xctx->ks1;
303 xctx->xts.key2 = &xctx->ks2;
625 xctx->xts.block1 = (block128_f) aes_t4_encrypt;
638 xctx->xts.block1 = (block128_f) aes_t4_decrypt;
652 xctx->xts.block2 = (block128_f) aes_t4_encrypt;
654 xctx->xts
[all...]
/freebsd-current/contrib/ntp/scripts/monitoring/
H A Dntploopwatch452 local($xts,$xte,$i,$t);
496 chop($xts = &ctime($mintime));
498 $doplot .= "set xlabel 'Start: $xts -- Time Scale -- End: $xte'\n";

Completed in 244 milliseconds