Searched refs:msg (Results 1 – 4 of 4) sorted by relevance
/crypto/ |
D | algif_hash.c | 38 struct msghdr *msg, size_t ignored) in hash_sendmsg() argument 61 for (iov = msg->msg_iov, iovlen = msg->msg_iovlen; iovlen > 0; in hash_sendmsg() 96 ctx->more = msg->msg_flags & MSG_MORE; in hash_sendmsg() 151 struct msghdr *msg, size_t len, int flags) in hash_recvmsg() argument 162 msg->msg_flags |= MSG_TRUNC; in hash_recvmsg() 164 msg->msg_namelen = 0; in hash_recvmsg() 176 err = memcpy_toiovec(msg->msg_iov, ctx->result, len); in hash_recvmsg()
|
D | algif_skcipher.c | 243 struct msghdr *msg, size_t size) in skcipher_sendmsg() argument 257 if (msg->msg_controllen) { in skcipher_sendmsg() 258 err = af_alg_cmsg_send(msg, &con); in skcipher_sendmsg() 303 msg->msg_iov, len); in skcipher_sendmsg() 318 err = skcipher_wait_for_wmem(sk, msg->msg_flags); in skcipher_sendmsg() 341 msg->msg_iov, plen); in skcipher_sendmsg() 361 ctx->more = msg->msg_flags & MSG_MORE; in skcipher_sendmsg() 419 struct msghdr *msg, size_t ignored, int flags) in skcipher_recvmsg() argument 435 msg->msg_namelen = 0; in skcipher_recvmsg() 436 for (iov = msg->msg_iov, iovlen = msg->msg_iovlen; iovlen > 0; in skcipher_recvmsg()
|
D | af_alg.c | 396 int af_alg_cmsg_send(struct msghdr *msg, struct af_alg_control *con) in af_alg_cmsg_send() argument 400 for (cmsg = CMSG_FIRSTHDR(msg); cmsg; cmsg = CMSG_NXTHDR(msg, cmsg)) { in af_alg_cmsg_send() 401 if (!CMSG_OK(msg, cmsg)) in af_alg_cmsg_send()
|
D | algboss.c | 276 static int cryptomgr_notify(struct notifier_block *this, unsigned long msg, in cryptomgr_notify() argument 279 switch (msg) { in cryptomgr_notify()
|