Lines Matching refs:private
109 struct skcipher_ctx *ctx = ask->private; in skcipher_sndbuf()
123 struct skcipher_ctx *ctx = ask->private; in skcipher_alloc_sgl()
153 struct skcipher_ctx *ctx = ask->private; in skcipher_pull_sgl()
195 struct skcipher_ctx *ctx = ask->private; in skcipher_free_sgl()
246 struct skcipher_ctx *ctx = ask->private; in skcipher_wait_for_data()
277 struct skcipher_ctx *ctx = ask->private; in skcipher_data_wakeup()
300 struct skcipher_ctx *ctx = ask->private; in skcipher_sendmsg()
301 struct skcipher_tfm *skc = pask->private; in skcipher_sendmsg()
436 struct skcipher_ctx *ctx = ask->private; in skcipher_sendpage()
506 struct skcipher_ctx *ctx = ask->private; in skcipher_recvmsg_async()
507 struct skcipher_tfm *skc = pask->private; in skcipher_recvmsg_async()
642 struct skcipher_ctx *ctx = ask->private; in skcipher_recvmsg_sync()
643 struct skcipher_tfm *skc = pask->private; in skcipher_recvmsg_sync()
723 struct skcipher_ctx *ctx = ask->private; in skcipher_poll()
775 tfm = pask->private; in skcipher_check_key()
876 static void skcipher_release(void *private) in skcipher_release() argument
878 struct skcipher_tfm *tfm = private; in skcipher_release()
884 static int skcipher_setkey(void *private, const u8 *key, unsigned int keylen) in skcipher_setkey() argument
886 struct skcipher_tfm *tfm = private; in skcipher_setkey()
898 struct skcipher_ctx *ctx = ask->private; in skcipher_wait()
908 struct skcipher_ctx *ctx = ask->private; in skcipher_sock_destruct()
920 static int skcipher_accept_parent_nokey(void *private, struct sock *sk) in skcipher_accept_parent_nokey() argument
924 struct skcipher_tfm *tfm = private; in skcipher_accept_parent_nokey()
950 ask->private = ctx; in skcipher_accept_parent_nokey()
962 static int skcipher_accept_parent(void *private, struct sock *sk) in skcipher_accept_parent() argument
964 struct skcipher_tfm *tfm = private; in skcipher_accept_parent()
969 return skcipher_accept_parent_nokey(private, sk); in skcipher_accept_parent()