Home
last modified time | relevance | path

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

/linux/lib/crypto/mpi/
H A Dmpicoder.c135 * least mpi_get_size(a) long.
155 unsigned int n = mpi_get_size(a); in mpi_read_buffer()
213 n = mpi_get_size(a); in mpi_get_buffer()
241 * mpi_get_size(a) long.
259 unsigned int n = mpi_get_size(a); in mpi_write_to_sgl()
/linux/include/linux/
H A Dmpi.h98 * mpi_get_size() - returns max size required to store the number
104 static inline unsigned int mpi_get_size(MPI a) in mpi_get_size() function
/linux/crypto/
H A Ddh.c255 return mpi_get_size(ctx->p); in dh_max_size()
/linux/drivers/crypto/virtio/
H A Dvirtio_crypto_akcipher_algs.c370 rsa_ctx->key_size = mpi_get_size(n); in virtio_crypto_rsa_set_key()