Home
last modified time | relevance | path

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

/arch/x86/include/asm/crypto/
Dglue_helper.h15 typedef void (*common_glue_ctr_func_t)(void *ctx, u128 *dst, const u128 *src, typedef
22 #define GLUE_CTR_FUNC_CAST(fn) ((common_glue_ctr_func_t)(fn))
30 common_glue_ctr_func_t ctr;
/arch/x86/crypto/
Dglue_helper.c216 static void glue_ctr_crypt_final_128bit(const common_glue_ctr_func_t fn_ctr, in glue_ctr_crypt_final_128bit()