Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Daf_alg.c131 unsigned int nokey = ask->nokey_refcnt; in af_alg_release_parent() local
132 bool last = nokey && !ask->refcnt; in af_alg_release_parent()
138 ask->nokey_refcnt -= nokey; in af_alg_release_parent()
274 unsigned int nokey; in af_alg_accept() local
295 nokey = err == -ENOKEY; in af_alg_accept()
296 if (nokey && type->accept_nokey) in af_alg_accept()
302 if (nokey || !ask->refcnt++) in af_alg_accept()
304 ask->nokey_refcnt += nokey; in af_alg_accept()
307 alg_sk(sk2)->nokey_refcnt = nokey; in af_alg_accept()
312 if (nokey) in af_alg_accept()