.. | .. |
---|
1 | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
---|
2 | | -/** |
---|
| 2 | +/* |
---|
3 | 3 | * net/tipc/crypto.h: Include file for TIPC crypto |
---|
4 | 4 | * |
---|
5 | 5 | * Copyright (c) 2019, Ericsson AB |
---|
.. | .. |
---|
53 | 53 | #define TIPC_AES_GCM_IV_SIZE 12 |
---|
54 | 54 | #define TIPC_AES_GCM_TAG_SIZE 16 |
---|
55 | 55 | |
---|
56 | | -/** |
---|
| 56 | +/* |
---|
57 | 57 | * TIPC crypto modes: |
---|
58 | 58 | * - CLUSTER_KEY: |
---|
59 | 59 | * One single key is used for both TX & RX in all nodes in the cluster. |
---|
.. | .. |
---|
69 | 69 | extern int sysctl_tipc_max_tfms __read_mostly; |
---|
70 | 70 | extern int sysctl_tipc_key_exchange_enabled __read_mostly; |
---|
71 | 71 | |
---|
72 | | -/** |
---|
| 72 | +/* |
---|
73 | 73 | * TIPC encryption message format: |
---|
74 | 74 | * |
---|
75 | 75 | * 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 |
---|