Searched refs:nr_cipher (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c1557 uint_t nr_plain = 1, nr_cipher = 2; local
1561 cipher_iovecs = kmem_alloc(nr_cipher * sizeof (iovec_t),
1567 bzero(cipher_iovecs, nr_cipher * sizeof (iovec_t));
1582 zfs_uio_iovcnt(out_uio) = nr_cipher;
1590 kmem_free(cipher_iovecs, nr_cipher * sizeof (iovec_t));
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c1759 uint_t nr_plain = 1, nr_cipher = 2; local
1770 cipher_iovecs = kmem_alloc(nr_cipher * sizeof (iovec_t),
1786 cuio->uio_iovcnt = nr_cipher;
1794 kmem_free(cipher_iovecs, nr_cipher * sizeof (iovec_t));

Completed in 41 milliseconds