Searched refs:signature (Results 1 - 4 of 4) sorted by relevance

/net/tipc/
H A Ddiscover.c127 u32 signature = msg_node_sig(msg); local
163 /* Prepare to validate requesting node's signature and media address */
169 * Ensure discovery message's signature is correct
171 * If signature is incorrect and there is no working link to the node,
172 * accept the new signature but invalidate all existing links to the
175 * If signature is incorrect and the requested link to the node is
176 * working, accept the new signature. (This is an instance of delayed
181 * If signature is incorrect and there is a working link to the node
185 if (signature != n_ptr->signature) {
[all...]
H A Dnode.h46 * Out-of-range value for node signature
68 * @signature: node instance identifier
92 u32 signature; member in struct:tipc_node
H A Dnode.c125 n_ptr->signature = INVALID_NODE_SIG;
/net/sctp/
H A Dsm_make_chunk.c1602 /* Pad out the cookie to a multiple to make the signature
1656 crypto_hash_digest(&desc, &sg, bodysize, cookie->signature))
1716 /* Check the signature. */
1729 if (memcmp(digest, cookie->signature, SCTP_SIGNATURE_SIZE)) {

Completed in 95 milliseconds