Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/arch/x86/crypto/sha-mb/
Dsha1_mb.c376 struct mcryptd_alg_cstate *cstate, bool flush) in sha_finish_walk()
423 struct mcryptd_alg_cstate *cstate, in sha_complete_job()
470 struct mcryptd_alg_cstate *cstate) in sha1_mb_add_list()
493 struct mcryptd_alg_cstate *cstate = in sha1_mb_update()
552 struct mcryptd_alg_cstate *cstate = in sha1_mb_finup()
612 struct mcryptd_alg_cstate *cstate = in sha1_mb_final()
818 static unsigned long sha1_mb_flusher(struct mcryptd_alg_cstate *cstate) in sha1_mb_flusher()
860 struct mcryptd_alg_cstate *cpu_state; in sha1_mb_mod_init()
868 sha1_mb_alg_state.alg_cstate = alloc_percpu(struct mcryptd_alg_cstate); in sha1_mb_mod_init()
918 struct mcryptd_alg_cstate *cpu_state; in sha1_mb_mod_fini()
/linux-4.4.14/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()