Home
last modified time | relevance | path

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

/linux-6.1.9/crypto/
Daf_alg.c129 unsigned int nokey = atomic_read(&ask->nokey_refcnt); in af_alg_release_parent() local
134 if (nokey) in af_alg_release_parent()
279 unsigned int nokey; in af_alg_accept() local
305 nokey = err == -ENOKEY; in af_alg_accept()
306 if (nokey && type->accept_nokey) in af_alg_accept()
314 if (nokey) { in af_alg_accept()
323 if (nokey) in af_alg_accept()
/linux-6.1.9/net/tipc/
Dcrypto.c230 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()
1869 rx->nokey = !(rx->skey || in tipc_crypto_rcv()
1872 rx->name, rx->nokey, in tipc_crypto_rcv()
2324 rx->nokey = 0; in tipc_crypto_key_rcv()