Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c402 static void hpre_ctx_clear(struct hpre_ctx *ctx, bool is_clear_all) in hpre_ctx_clear() argument
404 if (is_clear_all) { in hpre_ctx_clear()
692 static void hpre_dh_clear_ctx(struct hpre_ctx *ctx, bool is_clear_all) in hpre_dh_clear_ctx() argument
697 if (is_clear_all) in hpre_dh_clear_ctx()
712 hpre_ctx_clear(ctx, is_clear_all); in hpre_dh_clear_ctx()
1037 static void hpre_rsa_clear_ctx(struct hpre_ctx *ctx, bool is_clear_all) in hpre_rsa_clear_ctx() argument
1042 if (is_clear_all) in hpre_rsa_clear_ctx()
1066 hpre_ctx_clear(ctx, is_clear_all); in hpre_rsa_clear_ctx()
1208 static void hpre_ecc_clear_ctx(struct hpre_ctx *ctx, bool is_clear_all, in hpre_ecc_clear_ctx() argument
1215 if (is_clear_all) in hpre_ecc_clear_ctx()
[all …]