Home
last modified time | relevance | path

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

/linux-6.1.9/net/ceph/
Dmessenger_v2.c787 static int hmac_sha256(struct ceph_connection *con, const struct kvec *kvecs, in hmac_sha256() argument
808 WARN_ON((unsigned long)kvecs[i].iov_base & in hmac_sha256()
810 ret = crypto_shash_update(desc, kvecs[i].iov_base, in hmac_sha256()
811 kvecs[i].iov_len); in hmac_sha256()