Home
last modified time | relevance | path

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

/openbmc/linux/lib/crypto/mpi/
H A Dmpi-pow.c28 mpi_ptr_t xp_marker = NULL; in mpi_powm() local
155 xp = xp_marker = mpi_alloc_limb_space(2 * (msize + 1)); in mpi_powm()
308 if (xp_marker) in mpi_powm()
309 mpi_free_limb_space(xp_marker); in mpi_powm()