Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/tipc/
H A Dcrypto.h65 CLUSTER_KEY = 1, enumerator
H A Dcrypto.c627 if (src->mode != CLUSTER_KEY) in tipc_aead_clone()
797 if (aead->mode == CLUSTER_KEY) in tipc_aead_encrypt()
922 if (aead->mode == CLUSTER_KEY) in tipc_aead_decrypt()
1053 if (!__rx || aead->mode == CLUSTER_KEY) in tipc_ehdr_build()
1348 if (aead->mode != CLUSTER_KEY || in tipc_crypto_key_pick_tx()
2108 (aead->mode == CLUSTER_KEY) ? "c" : "p", in tipc_crypto_key_dump()
H A Dnode.c2955 mode = CLUSTER_KEY; in __tipc_nl_node_set_key()