Home
last modified time | relevance | path

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

/openbmc/linux/net/ceph/
H A Dmessenger_v2.c798 static int hmac_sha256(struct ceph_connection *con, const struct kvec *kvecs, in hmac_sha256() argument
819 WARN_ON((unsigned long)kvecs[i].iov_base & in hmac_sha256()
821 ret = crypto_shash_update(desc, kvecs[i].iov_base, in hmac_sha256()
822 kvecs[i].iov_len); in hmac_sha256()