Home
last modified time | relevance | path

Searched refs:mcryptd_alg_cstate (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/crypto/
Dmcryptd.h80 struct mcryptd_alg_cstate { struct
94 struct mcryptd_alg_cstate __percpu *alg_cstate; argument
95 unsigned long (*flusher)(struct mcryptd_alg_cstate *cstate);
110 void mcryptd_arm_flusher(struct mcryptd_alg_cstate *cstate, unsigned long delay);
/linux-4.1.27/arch/x86/crypto/sha-mb/
Dsha1_mb.c379 struct mcryptd_alg_cstate *cstate, bool flush) in sha_finish_walk()
426 struct mcryptd_alg_cstate *cstate, in sha_complete_job()
473 struct mcryptd_alg_cstate *cstate) in sha1_mb_add_list()
496 struct mcryptd_alg_cstate *cstate = in sha1_mb_update()
555 struct mcryptd_alg_cstate *cstate = in sha1_mb_finup()
615 struct mcryptd_alg_cstate *cstate = in sha1_mb_final()
821 static unsigned long sha1_mb_flusher(struct mcryptd_alg_cstate *cstate) in sha1_mb_flusher()
863 struct mcryptd_alg_cstate *cpu_state; in sha1_mb_mod_init()
871 sha1_mb_alg_state.alg_cstate = alloc_percpu(struct mcryptd_alg_cstate); in sha1_mb_mod_init()
920 struct mcryptd_alg_cstate *cpu_state; in sha1_mb_mod_fini()
/linux-4.1.27/crypto/
Dmcryptd.c50 void mcryptd_arm_flusher(struct mcryptd_alg_cstate *cstate, unsigned long delay) in mcryptd_arm_flusher()
126 struct mcryptd_alg_cstate *cstate; in mcryptd_opportunistic_flush()
136 struct mcryptd_alg_cstate, flush_list); in mcryptd_opportunistic_flush()
196 struct mcryptd_alg_cstate *alg_cpu_state; in mcryptd_flusher()
203 struct mcryptd_alg_cstate, flush); in mcryptd_flusher()