Home
last modified time | relevance | path

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

/linux-6.15/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c77 char *crt_prikey; member
998 if (!ctx->rsa.crt_prikey) in hpre_rsa_setkey_crt()
1001 ret = hpre_crt_para_get(ctx->rsa.crt_prikey, hlf_ksz, in hpre_rsa_setkey_crt()
1007 ret = hpre_crt_para_get(ctx->rsa.crt_prikey + offset, hlf_ksz, in hpre_rsa_setkey_crt()
1013 ret = hpre_crt_para_get(ctx->rsa.crt_prikey + offset, hlf_ksz, in hpre_rsa_setkey_crt()
1036 memzero_explicit(ctx->rsa.crt_prikey, offset); in hpre_rsa_setkey_crt()
1039 ctx->rsa.crt_prikey = NULL; in hpre_rsa_setkey_crt()
1060 if (ctx->rsa.crt_prikey) { in hpre_rsa_clear_ctx()
1061 memzero_explicit(ctx->rsa.crt_prikey, in hpre_rsa_clear_ctx()
1064 ctx->rsa.crt_prikey, ctx->rsa.dma_crt_prikey); in hpre_rsa_clear_ctx()
[all …]