Searched refs:XTS_TWEAK_CAST (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/include/crypto/ |
D | xts.h | 11 #define XTS_TWEAK_CAST(x) ((void (*)(void *, u8*, const u8*))(x)) macro
|
/Linux-v4.19/arch/x86/crypto/ |
D | serpent_avx2_glue.c | 174 XTS_TWEAK_CAST(__serpent_encrypt), in xts_encrypt() 184 XTS_TWEAK_CAST(__serpent_encrypt), in xts_decrypt()
|
D | camellia_aesni_avx2_glue.c | 189 XTS_TWEAK_CAST(camellia_enc_blk), in xts_encrypt() 199 XTS_TWEAK_CAST(camellia_enc_blk), in xts_decrypt()
|
D | serpent_avx_glue.c | 224 XTS_TWEAK_CAST(__serpent_encrypt), in xts_encrypt() 234 XTS_TWEAK_CAST(__serpent_encrypt), in xts_decrypt()
|
D | twofish_avx_glue.c | 227 XTS_TWEAK_CAST(twofish_enc_blk), in xts_encrypt() 237 XTS_TWEAK_CAST(twofish_enc_blk), in xts_decrypt()
|
D | cast6_avx_glue.c | 218 XTS_TWEAK_CAST(__cast6_encrypt), in xts_encrypt() 228 XTS_TWEAK_CAST(__cast6_encrypt), in xts_decrypt()
|
D | camellia_aesni_avx_glue.c | 215 XTS_TWEAK_CAST(camellia_enc_blk), in xts_encrypt() 225 XTS_TWEAK_CAST(camellia_enc_blk), in xts_decrypt()
|
D | aesni-intel_glue.c | 657 XTS_TWEAK_CAST(aesni_xts_tweak), in xts_encrypt() 668 XTS_TWEAK_CAST(aesni_xts_tweak), in xts_decrypt()
|