Searched refs:BYTES_PER_MPI_LIMB (Results 1 – 3 of 3) sorted by relevance
65 i = BYTES_PER_MPI_LIMB - nbytes % BYTES_PER_MPI_LIMB; in mpi_read_raw_data()66 i %= BYTES_PER_MPI_LIMB; in mpi_read_raw_data()147 #if BYTES_PER_MPI_LIMB == 4 in mpi_read_buffer()149 #elif BYTES_PER_MPI_LIMB == 8 in mpi_read_buffer()176 #if BYTES_PER_MPI_LIMB == 4 in mpi_read_buffer()178 #elif BYTES_PER_MPI_LIMB == 8 in mpi_read_buffer()251 #if BYTES_PER_MPI_LIMB == 4 in mpi_write_to_sgl()253 #elif BYTES_PER_MPI_LIMB == 8 in mpi_write_to_sgl()293 #if BYTES_PER_MPI_LIMB == 4 in mpi_write_to_sgl()395 z = BYTES_PER_MPI_LIMB - nbytes % BYTES_PER_MPI_LIMB; in mpi_read_raw_from_sgl()[all …]
23 #define BYTES_PER_MPI_LIMB (BITS_PER_LONG / 8) macro106 return a->nlimbs * BYTES_PER_MPI_LIMB; in mpi_get_size()
149 if (mpi_get_nlimbs(res) * BYTES_PER_MPI_LIMB > mlen) { in digsig_verify_rsa()
Completed in 6 milliseconds