Home
last modified time | relevance | path

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

/linux-6.15/lib/crypto/mpi/
H A Dmpicoder.c154 unsigned int n = mpi_get_size(a); in mpi_read_buffer()
212 n = mpi_get_size(a); in mpi_get_buffer()
258 unsigned int n = mpi_get_size(a); in mpi_write_to_sgl()
/linux-6.15/crypto/
H A Drsa.c291 if (rsa_check_key_length(mpi_get_size(mpi_key->n) << 3)) { in rsa_set_pub_key()
354 if (rsa_check_key_length(mpi_get_size(mpi_key->n) << 3)) { in rsa_set_priv_key()
375 return mpi_get_size(pkey->n); in rsa_max_size()
H A Ddh.c255 return mpi_get_size(ctx->p); in dh_max_size()
/linux-6.15/include/linux/
H A Dmpi.h104 static inline unsigned int mpi_get_size(MPI a) in mpi_get_size() function
/linux-6.15/drivers/crypto/virtio/
H A Dvirtio_crypto_akcipher_algs.c370 rsa_ctx->key_size = mpi_get_size(n); in virtio_crypto_rsa_set_key()