Lines Matching refs:ask
41 struct alg_sock *ask = alg_sk(sk); in skcipher_sendmsg() local
42 struct sock *psk = ask->parent; in skcipher_sendmsg()
52 struct alg_sock *ask = alg_sk(sk); in algif_skcipher_export() local
63 ctx = ask->private; in algif_skcipher_export()
64 psk = ask->parent; in algif_skcipher_export()
100 struct alg_sock *ask = alg_sk(sk); in _skcipher_recvmsg() local
101 struct sock *psk = ask->parent; in _skcipher_recvmsg()
103 struct af_alg_ctx *ctx = ask->private; in _skcipher_recvmsg()
272 struct alg_sock *ask = alg_sk(sk); in skcipher_check_key() local
275 if (!atomic_read(&ask->nokey_refcnt)) in skcipher_check_key()
278 psk = ask->parent; in skcipher_check_key()
279 pask = alg_sk(ask->parent); in skcipher_check_key()
288 atomic_set(&ask->nokey_refcnt, 0); in skcipher_check_key()
360 struct alg_sock *ask = alg_sk(sk); in skcipher_sock_destruct() local
361 struct af_alg_ctx *ctx = ask->private; in skcipher_sock_destruct()
362 struct sock *psk = ask->parent; in skcipher_sock_destruct()
377 struct alg_sock *ask = alg_sk(sk); in skcipher_accept_parent_nokey() local
398 ask->private = ctx; in skcipher_accept_parent_nokey()