Searched refs:signature (Results 1 – 6 of 6) sorted by relevance
/net/tipc/ |
D | node.c | 135 u32 signature; member 577 n->signature = INVALID_NODE_SIG; in tipc_node_create() 1172 u16 capabilities, u32 signature, u32 hash_mixes, in tipc_node_check_dest() argument 1206 sign_match = (signature == n->signature); in tipc_node_check_dest() 1249 n->signature = signature; in tipc_node_check_dest() 1254 n->signature = signature; in tipc_node_check_dest() 1265 n->signature = signature; in tipc_node_check_dest()
|
D | discover.c | 202 u32 signature = msg_node_sig(hdr); in tipc_disc_rcv() local 250 tipc_node_check_dest(net, src, peer_id, b, caps, signature, pnet_hash, in tipc_disc_rcv()
|
D | node.h | 94 u16 capabilities, u32 signature, u32 hash_mixes,
|
/net/wireless/ |
D | Kconfig | 93 bool "require regdb signature" if CFG80211_CERTIFICATION_ONUS 99 signature for the regulatory.db file made by one of the
|
/net/ipv6/ |
D | Kconfig | 312 Support for HMAC signature generation and verification
|
/net/sctp/ |
D | sm_make_chunk.c | 1725 cookie->signature); in sctp_pack_cookie() 1799 if (memcmp(digest, cookie->signature, SCTP_SIGNATURE_SIZE)) { in sctp_unpack_cookie()
|