Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\mpi\mpih-mul.c Create Date:2022-07-28 07:19:15
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:mpihelp_release_karatsuba_ctx

Proto:void mpihelp_release_karatsuba_ctx(struct karatsuba_ctx *ctx)

Type:void

Parameter:

TypeParameterName
struct karatsuba_ctx *ctx
397  If tp Then mpi_free_limb_space(tp)
399  If tspace Then mpi_free_limb_space(tspace)
401  When ctx cycle
402  ctx2 = next
403  If tp Then mpi_free_limb_space(tp)
405  If tspace Then mpi_free_limb_space(tspace)
407  kfree(ctx)
Caller
NameDescribe
mpihelp_mulMultiply the natural numbers u (pointed to by UP, with USIZE limbs)* and v (pointed to by VP, with VSIZE limbs), and store the result at* PRODP. USIZE + VSIZE limbs are always stored, but if the input* operands are normalized
mpi_powmRES = BASE ^ EXP mod MOD