Home
last modified time | relevance | path

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

/linux/net/tipc/
H A Dmsg.h85 #define MSG_CRYPTO 14 macro
H A Dcrypto.c1728 (user == MSG_CRYPTO && type == KEY_DISTR_MSG) || in tipc_crypto_xmit()
2151 * tipc_crypto_msg_rcv - Common 'MSG_CRYPTO' processing point in tipc_key_change_dump()
2224 * The session key 'skey' is packed in a TIPC v2 'MSG_CRYPTO/KEY_DISTR_MSG'
2245 tipc_msg_init(tipc_own_addr(net), hdr, MSG_CRYPTO, KEY_DISTR_MSG, in tipc_crypto_key_xmit()
2298 pr_debug("%s: invalid MSG_CRYPTO key size\n", rx->name); in tipc_crypto_key_rcv()
H A Dlink.c1276 case MSG_CRYPTO: in tipc_data_input()