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

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

Completed in 136 milliseconds