Home
last modified time | relevance | path

Searched refs:common_glue_func_t (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/x86/include/asm/crypto/
Dglue_helper.h14 typedef void (*common_glue_func_t)(void *ctx, u8 *dst, const u8 *src); typedef
21 #define GLUE_FUNC_CAST(fn) ((common_glue_func_t)(fn))
29 common_glue_func_t ecb;
105 extern int glue_cbc_encrypt_req_128bit(const common_glue_func_t fn,
116 common_glue_func_t tweak_fn, void *tweak_ctx,
120 le128 *iv, common_glue_func_t fn);
/Linux-v4.19/arch/x86/crypto/
Dglue_helper.c80 int glue_cbc_encrypt_req_128bit(const common_glue_func_t fn, in glue_cbc_encrypt_req_128bit()
276 common_glue_func_t tweak_fn, void *tweak_ctx, in glue_xts_req_128bit()
312 common_glue_func_t fn) in glue_xts_crypt_128bit_one()