Home
last modified time | relevance | path

Searched refs:__cast6_decrypt (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/arch/x86/crypto/
Dcast6_avx_glue.c48 glue_xts_crypt_128bit_one(ctx, dst, src, iv, __cast6_decrypt); in cast6_xts_dec()
112 .fn_u = { .ecb = __cast6_decrypt }
125 .fn_u = { .cbc = __cast6_decrypt }
/Linux-v5.10/include/crypto/
Dcast6.h22 void __cast6_decrypt(const void *ctx, u8 *dst, const u8 *src);
/Linux-v5.10/crypto/
Dcast6_generic.c211 void __cast6_decrypt(const void *ctx, u8 *outbuf, const u8 *inbuf) in __cast6_decrypt() function
243 EXPORT_SYMBOL_GPL(__cast6_decrypt);
247 __cast6_decrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); in cast6_decrypt()