Searched refs:kvecs (Results 1 – 2 of 2) sorted by relevance
786 static int hmac_sha256(struct ceph_connection *con, const struct kvec *kvecs, in hmac_sha256() argument807 WARN_ON((unsigned long)kvecs[i].iov_base & in hmac_sha256()809 ret = crypto_shash_update(desc, kvecs[i].iov_base, in hmac_sha256()810 kvecs[i].iov_len); in hmac_sha256()
816 Now it should be possible to directly map these kvecs to a bio. Just as while818 array pointer to point to the veclet array in kvecs.