Searched refs:nr_cipher (Results 1 – 2 of 2) sorted by relevance
1563 uint_t nr_plain = 1, nr_cipher = 2; in zio_crypt_init_uios_normal() local1567 cipher_iovecs = kmem_alloc(nr_cipher * sizeof (iovec_t), in zio_crypt_init_uios_normal()1573 bzero(cipher_iovecs, nr_cipher * sizeof (iovec_t)); in zio_crypt_init_uios_normal()1588 out_uio->uio_iovcnt = nr_cipher; in zio_crypt_init_uios_normal()1596 kmem_free(cipher_iovecs, nr_cipher * sizeof (iovec_t)); in zio_crypt_init_uios_normal()
1771 uint_t nr_plain = 1, nr_cipher = 2; in zio_crypt_init_uios_normal() local1782 cipher_iovecs = kmem_alloc(nr_cipher * sizeof (iovec_t), in zio_crypt_init_uios_normal()1798 cuio->uio_iovcnt = nr_cipher; in zio_crypt_init_uios_normal()1806 kmem_free(cipher_iovecs, nr_cipher * sizeof (iovec_t)); in zio_crypt_init_uios_normal()