Lines Matching refs:private
48 struct hash_ctx *ctx = ask->private; in hash_sendmsg()
109 struct hash_ctx *ctx = ask->private; in hash_sendpage()
154 struct hash_ctx *ctx = ask->private; in hash_recvmsg()
185 struct hash_ctx *ctx = ask->private; in hash_accept()
208 ctx2 = ask2->private; in hash_accept()
260 tfm = pask->private; in hash_check_key()
373 static void hash_release(void *private) in hash_release() argument
375 struct algif_hash_tfm *tfm = private; in hash_release()
381 static int hash_setkey(void *private, const u8 *key, unsigned int keylen) in hash_setkey() argument
383 struct algif_hash_tfm *tfm = private; in hash_setkey()
395 struct hash_ctx *ctx = ask->private; in hash_sock_destruct()
403 static int hash_accept_parent_nokey(void *private, struct sock *sk) in hash_accept_parent_nokey() argument
407 struct algif_hash_tfm *tfm = private; in hash_accept_parent_nokey()
428 ask->private = ctx; in hash_accept_parent_nokey()
439 static int hash_accept_parent(void *private, struct sock *sk) in hash_accept_parent() argument
441 struct algif_hash_tfm *tfm = private; in hash_accept_parent()
446 return hash_accept_parent_nokey(private, sk); in hash_accept_parent()