Searched refs:XTS_TWEAK_CAST (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/include/crypto/ |
| D | xts.h | 11 #define XTS_TWEAK_CAST(x) ((void (*)(void *, u8*, const u8*))(x)) macro
|
| /Linux-v5.4/arch/x86/crypto/ |
| D | serpent_avx2_glue.c | 169 XTS_TWEAK_CAST(__serpent_encrypt), in xts_encrypt() 179 XTS_TWEAK_CAST(__serpent_encrypt), in xts_decrypt()
|
| D | camellia_aesni_avx2_glue.c | 184 XTS_TWEAK_CAST(camellia_enc_blk), in xts_encrypt() 194 XTS_TWEAK_CAST(camellia_enc_blk), in xts_decrypt()
|
| D | cast6_avx_glue.c | 203 XTS_TWEAK_CAST(__cast6_encrypt), in xts_encrypt() 213 XTS_TWEAK_CAST(__cast6_encrypt), in xts_decrypt()
|
| D | serpent_avx_glue.c | 209 XTS_TWEAK_CAST(__serpent_encrypt), in xts_encrypt() 219 XTS_TWEAK_CAST(__serpent_encrypt), in xts_decrypt()
|
| D | twofish_avx_glue.c | 212 XTS_TWEAK_CAST(twofish_enc_blk), in xts_encrypt() 222 XTS_TWEAK_CAST(twofish_enc_blk), in xts_decrypt()
|
| D | camellia_aesni_avx_glue.c | 210 XTS_TWEAK_CAST(camellia_enc_blk), in xts_encrypt() 220 XTS_TWEAK_CAST(camellia_enc_blk), in xts_decrypt()
|
| D | aesni-intel_glue.c | 610 XTS_TWEAK_CAST(aesni_xts_tweak), in xts_encrypt() 622 XTS_TWEAK_CAST(aesni_xts_tweak), in xts_decrypt()
|