Lines Matching refs:psk
298 struct sock *psk = ask->parent; in skcipher_sendmsg() local
299 struct alg_sock *pask = alg_sk(psk); in skcipher_sendmsg()
504 struct sock *psk = ask->parent; in skcipher_recvmsg_async() local
505 struct alg_sock *pask = alg_sk(psk); in skcipher_recvmsg_async()
640 struct sock *psk = ask->parent; in skcipher_recvmsg_sync() local
641 struct alg_sock *pask = alg_sk(psk); in skcipher_recvmsg_sync()
763 struct sock *psk; in skcipher_check_key() local
773 psk = ask->parent; in skcipher_check_key()
778 lock_sock_nested(psk, SINGLE_DEPTH_NESTING); in skcipher_check_key()
783 sock_hold(psk); in skcipher_check_key()
786 sock_put(psk); in skcipher_check_key()
791 release_sock(psk); in skcipher_check_key()