Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/crypto/
Dglue_helper.h13 typedef void (*common_glue_func_t)(void *ctx, u8 *dst, const u8 *src); typedef
20 #define GLUE_FUNC_CAST(fn) ((common_glue_func_t)(fn))
28 common_glue_func_t ecb;
118 extern int glue_cbc_encrypt_128bit(const common_glue_func_t fn,
139 common_glue_func_t tweak_fn, void *tweak_ctx,
143 le128 *iv, common_glue_func_t fn);
/linux-4.1.27/arch/x86/crypto/
Dglue_helper.c92 static unsigned int __glue_cbc_encrypt_128bit(const common_glue_func_t fn, in __glue_cbc_encrypt_128bit()
117 int glue_cbc_encrypt_128bit(const common_glue_func_t fn, in glue_cbc_encrypt_128bit()
383 common_glue_func_t fn) in glue_xts_crypt_128bit_one()