Home
last modified time | relevance | path

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

/linux-6.15/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c409 static void hpre_ctx_clear(struct hpre_ctx *ctx, bool is_clear_all) in hpre_ctx_clear() argument
411 if (is_clear_all) { in hpre_ctx_clear()
701 static void hpre_dh_clear_ctx(struct hpre_ctx *ctx, bool is_clear_all) in hpre_dh_clear_ctx() argument
706 if (is_clear_all) in hpre_dh_clear_ctx()
721 hpre_ctx_clear(ctx, is_clear_all); in hpre_dh_clear_ctx()
1046 static void hpre_rsa_clear_ctx(struct hpre_ctx *ctx, bool is_clear_all) in hpre_rsa_clear_ctx() argument
1051 if (is_clear_all) in hpre_rsa_clear_ctx()
1075 hpre_ctx_clear(ctx, is_clear_all); in hpre_rsa_clear_ctx()
1217 static void hpre_ecc_clear_ctx(struct hpre_ctx *ctx, bool is_clear_all, in hpre_ecc_clear_ctx() argument
1224 if (is_clear_all) in hpre_ecc_clear_ctx()
[all …]