Home
last modified time | relevance | path

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

/linux/net/tipc/
H A Dcrypto.h65 CLUSTER_KEY = 1, enumerator
H A Dcrypto.c634 if (src->mode != CLUSTER_KEY) in tipc_aead_clone()
793 if (aead->mode == CLUSTER_KEY) in tipc_aead_encrypt()
918 if (aead->mode == CLUSTER_KEY) in tipc_aead_decrypt()
1049 if (!__rx || aead->mode == CLUSTER_KEY) in tipc_ehdr_build()
1344 if (aead->mode != CLUSTER_KEY || in tipc_crypto_key_pick_tx()
2105 (aead->mode == CLUSTER_KEY) ? "c" : "p", in tipc_crypto_key_dump()
H A Dnode.c3004 mode = CLUSTER_KEY; in __tipc_nl_node_set_key()