Home
last modified time | relevance | path

Searched full:tspace (Results 1 – 5 of 5) sorted by relevance

/linux/lib/crypto/mpi/
H A Dmpih-mul.c21 #define MPN_MUL_N_RECURSE(prodp, up, vp, size, tspace) \ argument
26 mul_n(prodp, up, vp, size, tspace); \
29 #define MPN_SQR_N_RECURSE(prodp, up, size, tspace) \ argument
34 mpih_sqr_n(prodp, up, size, tspace); \
96 mpi_size_t size, mpi_ptr_t tspace) in mul_n() argument
112 MPN_MUL_N_RECURSE(prodp, up, vp, esize, tspace); in mul_n()
139 * Put result in upper part of PROD and pass low part of TSPACE in mul_n()
140 * as new TSPACE. in mul_n()
143 tspace); in mul_n()
163 * Put result in low part of TSPACE using upper part of TSPACE in mul_n()
[all …]
H A Dmpi-pow.c31 mpi_ptr_t tspace = NULL; in mpi_powm() local
187 if (!tspace) { in mpi_powm()
189 tspace = in mpi_powm()
191 if (!tspace) in mpi_powm()
194 mpi_free_limb_space(tspace); in mpi_powm()
196 tspace = in mpi_powm()
198 if (!tspace) in mpi_powm()
201 mpih_sqr_n(xp, rp, rsize, tspace); in mpi_powm()
307 if (tspace) in mpi_powm()
308 mpi_free_limb_space(tspace); in mpi_powm()
H A Dmpi-internal.h94 #define MPN_MUL_N_RECURSE(prodp, up, vp, size, tspace) \ argument
99 mul_n(prodp, up, vp, size, tspace); \
160 mpi_ptr_t tspace; member
176 mpi_ptr_t tspace);
/linux/Documentation/devicetree/bindings/fpga/
H A Dfpga-region.yaml214 [2] tspace.library.utoronto.ca/bitstream/1807/67932/1/Byma_Stuart_A_201411_MAS_thesis.pdf
/linux/drivers/gpu/drm/xe/
H A Dxe_guc_ct.c2007 drm_printf(p, "\tspace: %d\n", snapshot->info.space); in guc_ctb_snapshot_print()