Lines Matching refs:ask
106 struct alg_sock *ask = alg_sk(sk); in skcipher_async_cb() local
107 struct skcipher_ctx *ctx = ask->private; in skcipher_async_cb()
119 struct alg_sock *ask = alg_sk(sk); in skcipher_sndbuf() local
120 struct skcipher_ctx *ctx = ask->private; in skcipher_sndbuf()
133 struct alg_sock *ask = alg_sk(sk); in skcipher_alloc_sgl() local
134 struct skcipher_ctx *ctx = ask->private; in skcipher_alloc_sgl()
163 struct alg_sock *ask = alg_sk(sk); in skcipher_pull_sgl() local
164 struct skcipher_ctx *ctx = ask->private; in skcipher_pull_sgl()
205 struct alg_sock *ask = alg_sk(sk); in skcipher_free_sgl() local
206 struct skcipher_ctx *ctx = ask->private; in skcipher_free_sgl()
256 struct alg_sock *ask = alg_sk(sk); in skcipher_wait_for_data() local
257 struct skcipher_ctx *ctx = ask->private; in skcipher_wait_for_data()
287 struct alg_sock *ask = alg_sk(sk); in skcipher_data_wakeup() local
288 struct skcipher_ctx *ctx = ask->private; in skcipher_data_wakeup()
308 struct alg_sock *ask = alg_sk(sk); in skcipher_sendmsg() local
309 struct skcipher_ctx *ctx = ask->private; in skcipher_sendmsg()
443 struct alg_sock *ask = alg_sk(sk); in skcipher_sendpage() local
444 struct skcipher_ctx *ctx = ask->private; in skcipher_sendpage()
511 struct alg_sock *ask = alg_sk(sk); in skcipher_recvmsg_async() local
512 struct skcipher_ctx *ctx = ask->private; in skcipher_recvmsg_async()
639 struct alg_sock *ask = alg_sk(sk); in skcipher_recvmsg_sync() local
640 struct skcipher_ctx *ctx = ask->private; in skcipher_recvmsg_sync()
720 struct alg_sock *ask = alg_sk(sk); in skcipher_poll() local
721 struct skcipher_ctx *ctx = ask->private; in skcipher_poll()
765 struct alg_sock *ask = alg_sk(sk); in skcipher_check_key() local
768 if (ask->refcnt) in skcipher_check_key()
771 psk = ask->parent; in skcipher_check_key()
772 pask = alg_sk(ask->parent); in skcipher_check_key()
783 ask->refcnt = 1; in skcipher_check_key()
895 struct alg_sock *ask = alg_sk(sk); in skcipher_wait() local
896 struct skcipher_ctx *ctx = ask->private; in skcipher_wait()
905 struct alg_sock *ask = alg_sk(sk); in skcipher_sock_destruct() local
906 struct skcipher_ctx *ctx = ask->private; in skcipher_sock_destruct()
921 struct alg_sock *ask = alg_sk(sk); in skcipher_accept_parent_nokey() local
948 ask->private = ctx; in skcipher_accept_parent_nokey()