Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Daf_alg.c133 unsigned int nokey = ask->nokey_refcnt; in af_alg_release_parent()
140 ask->nokey_refcnt -= nokey; in af_alg_release_parent()
185 if (ask->refcnt | ask->nokey_refcnt) in alg_bind()
303 ask->nokey_refcnt += nokey; in af_alg_accept()
306 alg_sk(sk2)->nokey_refcnt = nokey; in af_alg_accept()
/linux-4.1.27/include/crypto/
Dif_alg.h34 unsigned int nokey_refcnt; member