| /OK3568_Linux_fs/kernel/drivers/crypto/ccp/ |
| H A D | ccp-crypto-aes-xts.c | 170 rctx->cmd.u.xts.type = CCP_AES_TYPE_128; in ccp_aes_xts_crypt() 171 rctx->cmd.u.xts.action = (encrypt) ? CCP_AES_ACTION_ENCRYPT in ccp_aes_xts_crypt() 173 rctx->cmd.u.xts.unit_size = unit_size; in ccp_aes_xts_crypt() 174 rctx->cmd.u.xts.key = &ctx->u.aes.key_sg; in ccp_aes_xts_crypt() 175 rctx->cmd.u.xts.key_len = ctx->u.aes.key_len; in ccp_aes_xts_crypt() 176 rctx->cmd.u.xts.iv = &rctx->iv_sg; in ccp_aes_xts_crypt() 177 rctx->cmd.u.xts.iv_len = AES_BLOCK_SIZE; in ccp_aes_xts_crypt() 178 rctx->cmd.u.xts.src = req->src; in ccp_aes_xts_crypt() 179 rctx->cmd.u.xts.src_len = req->cryptlen; in ccp_aes_xts_crypt() 180 rctx->cmd.u.xts.dst = req->dst; in ccp_aes_xts_crypt()
|
| H A D | ccp-ops.c | 1092 struct ccp_xts_aes_engine *xts = &cmd->u.xts; in ccp_run_xts_aes_cmd() local 1102 switch (xts->unit_size) { in ccp_run_xts_aes_cmd() 1123 if (xts->key_len == AES_KEYSIZE_128) in ccp_run_xts_aes_cmd() 1125 else if (xts->key_len == AES_KEYSIZE_256) in ccp_run_xts_aes_cmd() 1130 if (!xts->final && (xts->src_len & (AES_BLOCK_SIZE - 1))) in ccp_run_xts_aes_cmd() 1133 if (xts->iv_len != AES_BLOCK_SIZE) in ccp_run_xts_aes_cmd() 1136 if (!xts->key || !xts->iv || !xts->src || !xts->dst) in ccp_run_xts_aes_cmd() 1149 op.u.xts.type = aestype; in ccp_run_xts_aes_cmd() 1150 op.u.xts.action = xts->action; in ccp_run_xts_aes_cmd() 1151 op.u.xts.unit_size = xts->unit_size; in ccp_run_xts_aes_cmd() [all …]
|
| H A D | Makefile | 19 ccp-crypto-aes-xts.o \
|
| H A D | ccp-dev-v3.c | 185 | (op->u.xts.action << REQ1_AES_ACTION_SHIFT) in ccp_perform_xts_aes() 186 | (op->u.xts.unit_size << REQ1_XTS_AES_SIZE_SHIFT) in ccp_perform_xts_aes()
|
| H A D | ccp-dev-v5.c | 342 CCP_XTS_TYPE(&function) = op->u.xts.type; in ccp5_perform_xts_aes() 343 CCP_XTS_ENCRYPT(&function) = op->u.xts.action; in ccp5_perform_xts_aes() 344 CCP_XTS_SIZE(&function) = op->u.xts.unit_size; in ccp5_perform_xts_aes()
|
| /OK3568_Linux_fs/external/xserver/.gitlab-ci/ |
| H A D | Dockerfile | 26 git clone https://gitlab.freedesktop.org/xorg/test/xts && \ 27 cd xts && ./autogen.sh && xvfb-run make -j$(nproc) && \ 28 cd .. && rm -rf piglit/.git xts/.git && \ 29 echo '[xts]' > piglit/piglit.conf && echo 'path=/root/xts' >> piglit/piglit.conf && \
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | serpent_avx2_glue.c | 77 .fn_u = { .xts = serpent_xts_enc_16way } 80 .fn_u = { .xts = serpent_xts_enc_8way_avx } 83 .fn_u = { .xts = serpent_xts_enc } 125 .fn_u = { .xts = serpent_xts_dec_16way } 128 .fn_u = { .xts = serpent_xts_dec_8way_avx } 131 .fn_u = { .xts = serpent_xts_dec }
|
| H A D | camellia_aesni_avx2_glue.c | 78 .fn_u = { .xts = camellia_xts_enc_32way } 81 .fn_u = { .xts = camellia_xts_enc_16way } 84 .fn_u = { .xts = camellia_xts_enc } 132 .fn_u = { .xts = camellia_xts_dec_32way } 135 .fn_u = { .xts = camellia_xts_dec_16way } 138 .fn_u = { .xts = camellia_xts_dec }
|
| H A D | twofish_avx_glue.c | 120 .fn_u = { .xts = twofish_xts_enc_8way } 123 .fn_u = { .xts = twofish_xts_enc } 165 .fn_u = { .xts = twofish_xts_dec_8way } 168 .fn_u = { .xts = twofish_xts_dec }
|
| H A D | cast6_avx_glue.c | 96 .fn_u = { .xts = cast6_xts_enc_8way } 99 .fn_u = { .xts = cast6_xts_enc } 135 .fn_u = { .xts = cast6_xts_dec_8way } 138 .fn_u = { .xts = cast6_xts_dec }
|
| H A D | camellia_aesni_avx_glue.c | 92 .fn_u = { .xts = camellia_xts_enc_16way } 95 .fn_u = { .xts = camellia_xts_enc } 137 .fn_u = { .xts = camellia_xts_dec_16way } 140 .fn_u = { .xts = camellia_xts_dec }
|
| H A D | serpent_avx_glue.c | 131 .fn_u = { .xts = serpent_xts_enc_8way_avx } 134 .fn_u = { .xts = serpent_xts_enc } 170 .fn_u = { .xts = serpent_xts_dec_8way_avx } 173 .fn_u = { .xts = serpent_xts_dec }
|
| H A D | aesni-intel_glue.c | 569 .fn_u = { .xts = aesni_xts_enc32 } 572 .fn_u = { .xts = aesni_xts_enc } 582 .fn_u = { .xts = aesni_xts_dec32 } 585 .fn_u = { .xts = aesni_xts_dec }
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-crypto/cryptsetup/ |
| H A D | cryptsetup_2.4.3.bb | 39 luks-adjust-xts-keysize \ 65 PACKAGECONFIG[luks-adjust-xts-keysize] = "--enable-luks-adjust-xts-keysize,--disable-luks-adjust-xt… 102 kernel-module-xts \
|
| /OK3568_Linux_fs/kernel/tools/crypto/ |
| H A D | gen_fips140_testvecs.py | 98 xts = cryptography.hazmat.primitives.ciphers.Cipher( 101 ciphertext = xts.update(message) + xts.finalize()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/ |
| H A D | dm-crypt.rst | 26 aes-xts-plain64 27 serpent-xts-plain64 41 capi:xts(aes)-plain64 46 capi:authenc(hmac(sha256),xts(aes))-random
|
| /OK3568_Linux_fs/external/xserver/test/scripts/ |
| H A D | xinit-piglit-session.sh | 35 exec ./piglit run xts-render $PIGLIT_ARGS $PIGLIT_RESULTS_DIR
|
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/ |
| H A D | rk_crypto_v2_skcipher.c | 623 RK_CIPHER_ALGO_XTS_INIT(SM4, xts(sm4), xts-sm4-rk); 644 RK_CIPHER_ALGO_XTS_INIT(AES, xts(aes), xts-aes-rk);
|
| H A D | rk_crypto_v3_skcipher.c | 622 RK_CIPHER_ALGO_XTS_INIT(SM4, xts(sm4), xts-sm4-rk); 643 RK_CIPHER_ALGO_XTS_INIT(AES, xts(aes), xts-aes-rk);
|
| /OK3568_Linux_fs/kernel/Documentation/crypto/ |
| H A D | api-samples.rst | 33 tfm = crypto_alloc_skcipher("xts(aes)", 0, 0); 35 pr_err("Error allocating xts(aes) handle: %ld\n", PTR_ERR(tfm));
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/crypto/ |
| H A D | glue_helper.h | 27 common_glue_xts_func_t xts; member
|
| /OK3568_Linux_fs/kernel/arch/s390/crypto/ |
| H A D | aes_s390.c | 434 u8 xts[16]; in xts_aes_crypt() member 460 memset(pcc_param.xts, 0, sizeof(pcc_param.xts)); in xts_aes_crypt() 466 memcpy(xts_param.init, pcc_param.xts, 16); in xts_aes_crypt()
|
| H A D | paes_s390.c | 490 u8 xts[16]; in xts_paes_crypt() member 511 memcpy(xts_param.init, pcc_param.xts, 16); in xts_paes_crypt()
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | Makefile | 92 obj-$(CONFIG_CRYPTO_XTS) += xts.o 213 crypto-fips-objs := drbg.o ecb.o cbc.o ctr.o cts.o gcm.o xts.o hmac.o cmac.o \
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | ccp.h | 652 struct ccp_xts_aes_engine xts; member
|