Lines Matching refs:ask
108 struct alg_sock *ask = alg_sk(sk); in skcipher_sndbuf() local
109 struct skcipher_ctx *ctx = ask->private; in skcipher_sndbuf()
122 struct alg_sock *ask = alg_sk(sk); in skcipher_alloc_sgl() local
123 struct skcipher_ctx *ctx = ask->private; in skcipher_alloc_sgl()
152 struct alg_sock *ask = alg_sk(sk); in skcipher_pull_sgl() local
153 struct skcipher_ctx *ctx = ask->private; in skcipher_pull_sgl()
194 struct alg_sock *ask = alg_sk(sk); in skcipher_free_sgl() local
195 struct skcipher_ctx *ctx = ask->private; in skcipher_free_sgl()
245 struct alg_sock *ask = alg_sk(sk); in skcipher_wait_for_data() local
246 struct skcipher_ctx *ctx = ask->private; in skcipher_wait_for_data()
276 struct alg_sock *ask = alg_sk(sk); in skcipher_data_wakeup() local
277 struct skcipher_ctx *ctx = ask->private; in skcipher_data_wakeup()
297 struct alg_sock *ask = alg_sk(sk); in skcipher_sendmsg() local
298 struct sock *psk = ask->parent; in skcipher_sendmsg()
300 struct skcipher_ctx *ctx = ask->private; in skcipher_sendmsg()
435 struct alg_sock *ask = alg_sk(sk); in skcipher_sendpage() local
436 struct skcipher_ctx *ctx = ask->private; in skcipher_sendpage()
503 struct alg_sock *ask = alg_sk(sk); in skcipher_recvmsg_async() local
504 struct sock *psk = ask->parent; in skcipher_recvmsg_async()
506 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 sock *psk = ask->parent; in skcipher_recvmsg_sync()
642 struct skcipher_ctx *ctx = ask->private; in skcipher_recvmsg_sync()
722 struct alg_sock *ask = alg_sk(sk); in skcipher_poll() local
723 struct skcipher_ctx *ctx = ask->private; in skcipher_poll()
767 struct alg_sock *ask = alg_sk(sk); in skcipher_check_key() local
770 if (ask->refcnt) in skcipher_check_key()
773 psk = ask->parent; in skcipher_check_key()
774 pask = alg_sk(ask->parent); in skcipher_check_key()
785 ask->refcnt = 1; in skcipher_check_key()
897 struct alg_sock *ask = alg_sk(sk); in skcipher_wait() local
898 struct skcipher_ctx *ctx = ask->private; in skcipher_wait()
907 struct alg_sock *ask = alg_sk(sk); in skcipher_sock_destruct() local
908 struct skcipher_ctx *ctx = ask->private; in skcipher_sock_destruct()
923 struct alg_sock *ask = alg_sk(sk); in skcipher_accept_parent_nokey() local
950 ask->private = ctx; in skcipher_accept_parent_nokey()