Home
last modified time | relevance | path

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

/linux-6.12.1/net/ceph/
Dmessenger_v2.c796 static int hmac_sha256(struct ceph_connection *con, const struct kvec *kvecs, in hmac_sha256() argument
817 ret = crypto_shash_update(desc, kvecs[i].iov_base, in hmac_sha256()
818 kvecs[i].iov_len); in hmac_sha256()