Lines Matching refs:private
107 struct skcipher_ctx *ctx = ask->private; in skcipher_async_cb()
120 struct skcipher_ctx *ctx = ask->private; in skcipher_sndbuf()
134 struct skcipher_ctx *ctx = ask->private; in skcipher_alloc_sgl()
164 struct skcipher_ctx *ctx = ask->private; in skcipher_pull_sgl()
206 struct skcipher_ctx *ctx = ask->private; in skcipher_free_sgl()
257 struct skcipher_ctx *ctx = ask->private; in skcipher_wait_for_data()
288 struct skcipher_ctx *ctx = ask->private; in skcipher_data_wakeup()
309 struct skcipher_ctx *ctx = ask->private; in skcipher_sendmsg()
444 struct skcipher_ctx *ctx = ask->private; in skcipher_sendpage()
512 struct skcipher_ctx *ctx = ask->private; in skcipher_recvmsg_async()
640 struct skcipher_ctx *ctx = ask->private; in skcipher_recvmsg_sync()
721 struct skcipher_ctx *ctx = ask->private; in skcipher_poll()
773 tfm = pask->private; in skcipher_check_key()
874 static void skcipher_release(void *private) in skcipher_release() argument
876 struct skcipher_tfm *tfm = private; in skcipher_release()
882 static int skcipher_setkey(void *private, const u8 *key, unsigned int keylen) in skcipher_setkey() argument
884 struct skcipher_tfm *tfm = private; in skcipher_setkey()
896 struct skcipher_ctx *ctx = ask->private; in skcipher_wait()
906 struct skcipher_ctx *ctx = ask->private; in skcipher_sock_destruct()
918 static int skcipher_accept_parent_nokey(void *private, struct sock *sk) in skcipher_accept_parent_nokey() argument
922 struct skcipher_tfm *tfm = private; in skcipher_accept_parent_nokey()
948 ask->private = ctx; in skcipher_accept_parent_nokey()
959 static int skcipher_accept_parent(void *private, struct sock *sk) in skcipher_accept_parent() argument
961 struct skcipher_tfm *tfm = private; in skcipher_accept_parent()
966 return skcipher_accept_parent_nokey(private, sk); in skcipher_accept_parent()