Searched refs:BYTES_PER_MPI_LIMB (Results 1 – 2 of 2) sorted by relevance
23 #define BYTES_PER_MPI_LIMB (BITS_PER_LONG / 8) macro106 return a->nlimbs * BYTES_PER_MPI_LIMB; in mpi_get_size()
145 if (mpi_get_nlimbs(res) * BYTES_PER_MPI_LIMB > mlen) { in digsig_verify_rsa()