Searched refs:GLUE_XTS_FUNC_CAST (Results 1 – 8 of 8) sorted by relevance
81 .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) }
89 .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) }
121 .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) }
114 .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) }
105 .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) }
127 .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) }
584 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(aesni_xts_enc8) }587 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(aesni_xts_enc) }597 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(aesni_xts_dec8) }600 .fn_u = { .xts = GLUE_XTS_FUNC_CAST(aesni_xts_dec) }
24 #define GLUE_XTS_FUNC_CAST(fn) ((common_glue_xts_func_t)(fn)) macro