Home
last modified time | relevance | path

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

/linux-6.15/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()
416 unsigned int nokey; in af_alg_accept() local
442 nokey = err == -ENOKEY; in af_alg_accept()
443 if (nokey && type->accept_nokey) in af_alg_accept()
451 if (nokey) { in af_alg_accept()
460 if (nokey) in af_alg_accept()
/linux-6.15/net/tipc/
H A Dcrypto.c230 u8 nokey: 1; member
1073 ehdr->rx_nokey = (__rx) ? __rx->nokey : 0; in tipc_ehdr_build()
1198 c->nokey = 0; in tipc_crypto_key_attach()
1874 rx->nokey = !(rx->skey || in tipc_crypto_rcv()
1877 rx->name, rx->nokey, in tipc_crypto_rcv()
2330 rx->nokey = 0; in tipc_crypto_key_rcv()