nokey             131 crypto/af_alg.c 	unsigned int nokey = ask->nokey_refcnt;
nokey             132 crypto/af_alg.c 	bool last = nokey && !ask->refcnt;
nokey             139 crypto/af_alg.c 	ask->nokey_refcnt -= nokey;
nokey             276 crypto/af_alg.c 	unsigned int nokey;
nokey             297 crypto/af_alg.c 	nokey = err == -ENOKEY;
nokey             298 crypto/af_alg.c 	if (nokey && type->accept_nokey)
nokey             304 crypto/af_alg.c 	if (nokey || !ask->refcnt++)
nokey             306 crypto/af_alg.c 	ask->nokey_refcnt += nokey;
nokey             309 crypto/af_alg.c 	alg_sk(sk2)->nokey_refcnt = nokey;
nokey             314 crypto/af_alg.c 	if (nokey)