Home
last modified time | relevance | path

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

/net/ceph/
Dmessenger_v2.c797 static int hmac_sha256(struct ceph_connection *con, const struct kvec *kvecs, in hmac_sha256() argument
818 WARN_ON((unsigned long)kvecs[i].iov_base & in hmac_sha256()
820 ret = crypto_shash_update(desc, kvecs[i].iov_base, in hmac_sha256()
821 kvecs[i].iov_len); in hmac_sha256()