Searched refs:msg_size (Results 1 – 5 of 5) sorted by relevance
162 msg_ctx->msg_size = (sizeof(*msg_ctx->msg) + data_size); in ecryptfs_send_miscdev()261 msg_ctx->msg_size, in ecryptfs_miscdev_read()271 msg_ctx->msg_size = 0; in ecryptfs_miscdev_read()274 + msg_ctx->msg_size); in ecryptfs_miscdev_read()293 if (copy_to_user(&buf[i], msg_ctx->msg, msg_ctx->msg_size)) in ecryptfs_miscdev_read()295 i += msg_ctx->msg_size; in ecryptfs_miscdev_read()
210 size_t msg_size; in ecryptfs_process_response() local235 msg_size = (sizeof(*msg) + msg->data_len); in ecryptfs_process_response()236 msg_ctx->msg = kmemdup(msg, msg_size, GFP_KERNEL); in ecryptfs_process_response()
394 size_t msg_size; member
44 int msg_size = 4 * nla_total_size(sizeof(u32)) + in quota_send_warning() local50 skb = genlmsg_new(msg_size, GFP_NOFS); in quota_send_warning()
941 int msg_size = get_rfc1002_len(buf); in ksmbd_gen_preauth_integrity_hash() local966 rc = crypto_shash_update(CRYPTO_SHA512(ctx), all_bytes_msg, msg_size); in ksmbd_gen_preauth_integrity_hash()
Completed in 129 milliseconds