Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c337 static void hpre_ctx_clear(struct hpre_ctx *ctx, bool is_clear_all) in hpre_ctx_clear() argument
339 if (is_clear_all) { in hpre_ctx_clear()
616 static void hpre_dh_clear_ctx(struct hpre_ctx *ctx, bool is_clear_all) in hpre_dh_clear_ctx() argument
621 if (is_clear_all) in hpre_dh_clear_ctx()
636 hpre_ctx_clear(ctx, is_clear_all); in hpre_dh_clear_ctx()
960 static void hpre_rsa_clear_ctx(struct hpre_ctx *ctx, bool is_clear_all) in hpre_rsa_clear_ctx() argument
965 if (is_clear_all) in hpre_rsa_clear_ctx()
989 hpre_ctx_clear(ctx, is_clear_all); in hpre_rsa_clear_ctx()