Home
last modified time | relevance | path

Searched refs:nokey (Results 1 – 2 of 2) sorted by relevance

/linux/crypto/
H A Daf_alg.c135 unsigned int nokey = atomic_read(&ask->nokey_refcnt); in af_alg_release_parent() local
140 if (nokey) in af_alg_release_parent()
414 unsigned int nokey; in af_alg_accept() local
440 nokey = err == -ENOKEY; in af_alg_accept()
441 if (nokey && type->accept_nokey) in af_alg_accept()
449 if (nokey) { in af_alg_accept()
458 if (nokey) in af_alg_accept()
/linux/net/tipc/
H A Dcrypto.c199 * @nokey: no key indication
230 u8 nokey: 1; member
1068 ehdr->rx_nokey = (__rx) ? __rx->nokey : 0; in tipc_ehdr_build()
1193 c->nokey = 0; in tipc_crypto_key_attach()
1864 /* Mark rx->nokey only if we dont have a in tipc_crypto_rcv()
1869 rx->nokey = !(rx->skey || in tipc_crypto_rcv()
1871 pr_debug_ratelimited("%s: nokey %d, key %d/%x\n", in tipc_crypto_rcv()
1872 rx->name, rx->nokey, in tipc_crypto_rcv()
2325 rx->nokey = 0; in tipc_crypto_key_rcv()
2326 mb(); /* for nokey fla in tipc_crypto_key_rcv()
[all...]