Home
last modified time | relevance | path

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

/Linux-v5.10/crypto/
Daf_alg.c132 unsigned int nokey = atomic_read(&ask->nokey_refcnt); in af_alg_release_parent() local
137 if (nokey) in af_alg_release_parent()
278 unsigned int nokey; in af_alg_accept() local
304 nokey = err == -ENOKEY; in af_alg_accept()
305 if (nokey && type->accept_nokey) in af_alg_accept()
313 if (nokey) { in af_alg_accept()
322 if (nokey) in af_alg_accept()
/Linux-v5.10/net/tipc/
Dcrypto.c226 u8 nokey: 1; member
1074 ehdr->rx_nokey = (__rx) ? __rx->nokey : 0; in tipc_ehdr_build()
1199 c->nokey = 0; in tipc_crypto_key_attach()
1873 rx->nokey = !(rx->skey || in tipc_crypto_rcv()
1876 rx->name, rx->nokey, in tipc_crypto_rcv()
2315 rx->nokey = 0; in tipc_crypto_key_rcv()