Searched refs:__cast6_encrypt (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | cast6_avx_glue.c | 43 glue_xts_crypt_128bit_one(ctx, dst, src, iv, __cast6_encrypt); in cast6_xts_enc() 60 __cast6_encrypt(ctx, (u8 *)&ctrblk, (u8 *)&ctrblk); in cast6_crypt_ctr() 73 .fn_u = { .ecb = __cast6_encrypt } 154 return glue_cbc_encrypt_req_128bit(__cast6_encrypt, req); in cbc_encrypt() 196 return glue_xts_req_128bit(&cast6_enc_xts, req, __cast6_encrypt, in xts_encrypt() 205 return glue_xts_req_128bit(&cast6_dec_xts, req, __cast6_encrypt, in xts_decrypt()
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | cast6_avx_glue.c | 38 ECB_BLOCK(1, __cast6_encrypt); in ecb_encrypt() 53 CBC_ENC_BLOCK(__cast6_encrypt); in cbc_encrypt()
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | cast6.h | 21 void __cast6_encrypt(const void *ctx, u8 *dst, const u8 *src);
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | cast6.h | 21 void __cast6_encrypt(const void *ctx, u8 *dst, const u8 *src);
|
/kernel/linux/linux-5.10/crypto/ |
H A D | cast6_generic.c | 172 void __cast6_encrypt(const void *ctx, u8 *outbuf, const u8 *inbuf) in __cast6_encrypt() function 204 EXPORT_SYMBOL_GPL(__cast6_encrypt); variable 208 __cast6_encrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); in cast6_encrypt()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | cast6_generic.c | 172 void __cast6_encrypt(const void *ctx, u8 *outbuf, const u8 *inbuf) in __cast6_encrypt() function 202 EXPORT_SYMBOL_GPL(__cast6_encrypt); variable 206 __cast6_encrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); in cast6_encrypt()
|
Completed in 3 milliseconds