Home
last modified time | relevance | path

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

/arch/x86/include/asm/crypto/
Dglue_helper.h14 typedef void (*common_glue_func_t)(const void *ctx, u8 *dst, const u8 *src); typedef
24 common_glue_func_t ecb;
100 extern int glue_cbc_encrypt_req_128bit(const common_glue_func_t fn,
111 common_glue_func_t tweak_fn, void *tweak_ctx,
116 common_glue_func_t fn);
/arch/x86/crypto/
Dglue_helper.c66 int glue_cbc_encrypt_req_128bit(const common_glue_func_t fn, in glue_cbc_encrypt_req_128bit()
267 common_glue_func_t tweak_fn, void *tweak_ctx, in glue_xts_req_128bit()
363 le128 *iv, common_glue_func_t fn) in glue_xts_crypt_128bit_one()