Searched refs:XTS_TWEAK_CAST (Results 1 – 11 of 11) sorted by relevance
| /linux-4.4.14/include/crypto/ |
| D | xts.h | 21 #define XTS_TWEAK_CAST(x) ((void (*)(void *, u8*, const u8*))(x)) macro
|
| /linux-4.4.14/arch/x86/crypto/ |
| D | twofish_glue_3way.c | 309 .tweak_fn = XTS_TWEAK_CAST(twofish_enc_blk), in xts_encrypt() 327 .tweak_fn = XTS_TWEAK_CAST(twofish_enc_blk), in xts_decrypt()
|
| D | serpent_avx2_glue.c | 293 XTS_TWEAK_CAST(__serpent_encrypt), in xts_encrypt() 303 XTS_TWEAK_CAST(__serpent_encrypt), in xts_decrypt()
|
| D | twofish_avx_glue.c | 323 XTS_TWEAK_CAST(twofish_enc_blk), in xts_encrypt() 333 XTS_TWEAK_CAST(twofish_enc_blk), in xts_decrypt()
|
| D | camellia_aesni_avx_glue.c | 319 XTS_TWEAK_CAST(camellia_enc_blk), in xts_encrypt() 329 XTS_TWEAK_CAST(camellia_enc_blk), in xts_decrypt()
|
| D | serpent_sse2_glue.c | 346 .tweak_fn = XTS_TWEAK_CAST(__serpent_encrypt), in xts_encrypt() 373 .tweak_fn = XTS_TWEAK_CAST(__serpent_encrypt), in xts_decrypt()
|
| D | cast6_avx_glue.c | 356 XTS_TWEAK_CAST(__cast6_encrypt), in xts_encrypt() 366 XTS_TWEAK_CAST(__cast6_encrypt), in xts_decrypt()
|
| D | serpent_avx_glue.c | 362 XTS_TWEAK_CAST(__serpent_encrypt), in xts_encrypt() 372 XTS_TWEAK_CAST(__serpent_encrypt), in xts_decrypt()
|
| D | camellia_aesni_avx2_glue.c | 327 XTS_TWEAK_CAST(camellia_enc_blk), in xts_encrypt() 337 XTS_TWEAK_CAST(camellia_enc_blk), in xts_decrypt()
|
| D | camellia_glue.c | 1535 .tweak_fn = XTS_TWEAK_CAST(camellia_enc_blk), in xts_encrypt() 1553 .tweak_fn = XTS_TWEAK_CAST(camellia_enc_blk), in xts_decrypt()
|
| D | aesni-intel_glue.c | 723 XTS_TWEAK_CAST(aesni_xts_tweak), in xts_encrypt() 734 XTS_TWEAK_CAST(aesni_xts_tweak), in xts_decrypt()
|