Lines Matching refs:ask
45 struct alg_sock *ask = alg_sk(sk); in skcipher_sendmsg() local
46 struct sock *psk = ask->parent; in skcipher_sendmsg()
58 struct alg_sock *ask = alg_sk(sk); in _skcipher_recvmsg() local
59 struct sock *psk = ask->parent; in _skcipher_recvmsg()
61 struct af_alg_ctx *ctx = ask->private; in _skcipher_recvmsg()
219 struct alg_sock *ask = alg_sk(sk); in skcipher_check_key() local
222 if (ask->refcnt) in skcipher_check_key()
225 psk = ask->parent; in skcipher_check_key()
226 pask = alg_sk(ask->parent); in skcipher_check_key()
237 ask->refcnt = 1; in skcipher_check_key()
325 struct alg_sock *ask = alg_sk(sk); in skcipher_sock_destruct() local
326 struct af_alg_ctx *ctx = ask->private; in skcipher_sock_destruct()
327 struct sock *psk = ask->parent; in skcipher_sock_destruct()
340 struct alg_sock *ask = alg_sk(sk); in skcipher_accept_parent_nokey() local
366 ask->private = ctx; in skcipher_accept_parent_nokey()