Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/hisilicon/hpre/
Dhpre_crypto.c405 static void hpre_ctx_clear(struct hpre_ctx *ctx, bool is_clear_all) in hpre_ctx_clear() argument
407 if (is_clear_all) { in hpre_ctx_clear()
697 static void hpre_dh_clear_ctx(struct hpre_ctx *ctx, bool is_clear_all) in hpre_dh_clear_ctx() argument
702 if (is_clear_all) in hpre_dh_clear_ctx()
717 hpre_ctx_clear(ctx, is_clear_all); in hpre_dh_clear_ctx()
1042 static void hpre_rsa_clear_ctx(struct hpre_ctx *ctx, bool is_clear_all) in hpre_rsa_clear_ctx() argument
1047 if (is_clear_all) in hpre_rsa_clear_ctx()
1071 hpre_ctx_clear(ctx, is_clear_all); in hpre_rsa_clear_ctx()
1213 static void hpre_ecc_clear_ctx(struct hpre_ctx *ctx, bool is_clear_all, in hpre_ecc_clear_ctx() argument
1220 if (is_clear_all) in hpre_ecc_clear_ctx()
[all …]