Home
last modified time | relevance | path

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

/linux/net/ceph/
H A Dmessenger_v2.c797 const struct kvec *kvecs, int kvec_cnt, u8 *hmac) in ceph_hmac_sha256() argument
817 ret = crypto_shash_update(desc, kvecs[i].iov_base, in ceph_hmac_sha256()
818 kvecs[i].iov_len); in ceph_hmac_sha256()