Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Daf_alg.c134 unsigned int nokey = ask->nokey_refcnt; in af_alg_release_parent()
141 ask->nokey_refcnt -= nokey; in af_alg_release_parent()
191 if (ask->refcnt | ask->nokey_refcnt) in alg_bind()
309 ask->nokey_refcnt += nokey; in af_alg_accept()
312 alg_sk(sk2)->nokey_refcnt = nokey; in af_alg_accept()
/Linux-v4.19/include/crypto/
Dif_alg.h38 unsigned int nokey_refcnt; member