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()
203 ctx2 = ask2->private; in hash_accept()
252 tfm = pask->private; in hash_check_key()
365 static void hash_release(void *private) in hash_release() argument
367 struct algif_hash_tfm *tfm = private; in hash_release()
373 static int hash_setkey(void *private, const u8 *key, unsigned int keylen) in hash_setkey() argument
375 struct algif_hash_tfm *tfm = private; in hash_setkey()
387 struct hash_ctx *ctx = ask->private; in hash_sock_destruct()
395 static int hash_accept_parent_nokey(void *private, struct sock *sk) in hash_accept_parent_nokey() argument
399 struct algif_hash_tfm *tfm = private; in hash_accept_parent_nokey()
420 ask->private = ctx; in hash_accept_parent_nokey()
431 static int hash_accept_parent(void *private, struct sock *sk) in hash_accept_parent() argument
433 struct algif_hash_tfm *tfm = private; in hash_accept_parent()
438 return hash_accept_parent_nokey(private, sk); in hash_accept_parent()