Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Daf_alg.c134 unsigned int nokey = ask->nokey_refcnt; in af_alg_release_parent() local
135 bool last = nokey && !ask->refcnt; in af_alg_release_parent()
141 ask->nokey_refcnt -= nokey; in af_alg_release_parent()
277 unsigned int nokey; in af_alg_accept() local
298 nokey = err == -ENOKEY; in af_alg_accept()
299 if (nokey && type->accept_nokey) in af_alg_accept()
307 if (nokey || !ask->refcnt++) in af_alg_accept()
309 ask->nokey_refcnt += nokey; in af_alg_accept()
312 alg_sk(sk2)->nokey_refcnt = nokey; in af_alg_accept()
317 if (nokey) in af_alg_accept()