Searched refs:tweak_fn (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/include/crypto/
H A Dxts.h16 void (*tweak_fn)(void *ctx, u8* dst, const u8* src); member in struct:xts_crypt_req
/linux-4.1.27/arch/x86/crypto/
H A Dglue_helper.c346 void (*tweak_fn)(void *ctx, u8 *dst, const u8 *src), glue_xts_crypt_128bit()
361 /* set minimum length to bsize, for tweak_fn */ glue_xts_crypt_128bit()
367 tweak_fn(tweak_ctx, walk.iv, walk.iv); glue_xts_crypt_128bit()
H A Dtwofish_glue_3way.c309 .tweak_fn = XTS_TWEAK_CAST(twofish_enc_blk), xts_encrypt()
327 .tweak_fn = XTS_TWEAK_CAST(twofish_enc_blk), xts_decrypt()
H A Dserpent_sse2_glue.c346 .tweak_fn = XTS_TWEAK_CAST(__serpent_encrypt), xts_encrypt()
373 .tweak_fn = XTS_TWEAK_CAST(__serpent_encrypt), xts_decrypt()
H A Daesni-intel_glue.c750 .tweak_fn = aesni_xts_tweak, xts_encrypt()
775 .tweak_fn = aesni_xts_tweak, xts_decrypt()
H A Dcamellia_glue.c1535 .tweak_fn = XTS_TWEAK_CAST(camellia_enc_blk), xts_encrypt()
1553 .tweak_fn = XTS_TWEAK_CAST(camellia_enc_blk), xts_decrypt()
/linux-4.1.27/arch/x86/include/asm/crypto/
H A Dglue_helper.h139 common_glue_func_t tweak_fn, void *tweak_ctx,
/linux-4.1.27/crypto/
H A Dxts.c195 req->tweak_fn(req->tweak_ctx, (u8 *)&t_buf[0], walk.iv); xts_crypt()

Completed in 121 milliseconds