Home
last modified time | relevance | path

Searched refs:xts (Results 1 – 10 of 10) sorted by relevance

/arch/x86/crypto/
Dserpent_avx2_glue.c81 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(serpent_xts_enc_16way) }
84 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(serpent_xts_enc_8way_avx) }
87 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(serpent_xts_enc) }
129 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(serpent_xts_dec_16way) }
132 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(serpent_xts_dec_8way_avx) }
135 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(serpent_xts_dec) }
Dcamellia_aesni_avx2_glue.c89 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(camellia_xts_enc_32way) }
92 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(camellia_xts_enc_16way) }
95 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(camellia_xts_enc) }
143 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(camellia_xts_dec_32way) }
146 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(camellia_xts_dec_16way) }
149 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(camellia_xts_dec) }
Dtwofish_avx_glue.c121 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(twofish_xts_enc_8way) }
124 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(twofish_xts_enc) }
166 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(twofish_xts_dec_8way) }
169 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(twofish_xts_dec) }
Dcamellia_aesni_avx_glue.c105 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(camellia_xts_enc_16way) }
108 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(camellia_xts_enc) }
150 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(camellia_xts_dec_16way) }
153 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(camellia_xts_dec) }
Dcast6_avx_glue.c114 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(cast6_xts_enc_8way) }
117 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(cast6_xts_enc) }
153 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(cast6_xts_dec_8way) }
156 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(cast6_xts_dec) }
Dserpent_avx_glue.c127 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(serpent_xts_enc_8way_avx) }
130 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(serpent_xts_enc) }
166 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(serpent_xts_dec_8way_avx) }
169 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(serpent_xts_dec) }
Daesni-intel_glue.c697 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(aesni_xts_enc8) }
700 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(aesni_xts_enc) }
710 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(aesni_xts_dec8) }
713 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(aesni_xts_dec) }
Dglue_helper.c325 gctx->funcs[i].fn_u.xts(ctx, dst, src, in __glue_xts_crypt_128bit()
/arch/x86/include/asm/crypto/
Dglue_helper.h31 common_glue_xts_func_t xts; member
/arch/s390/crypto/
Daes_s390.c56 u8 xts[16]; member
637 memset(pcc_param.xts, 0, sizeof(pcc_param.xts)); in xts_aes_crypt()
645 memcpy(xts_param.init, pcc_param.xts, 16); in xts_aes_crypt()