Lines Matching refs:psk
46 struct sock *psk = ask->parent; in skcipher_sendmsg() local
47 struct alg_sock *pask = alg_sk(psk); in skcipher_sendmsg()
59 struct sock *psk = ask->parent; in _skcipher_recvmsg() local
60 struct alg_sock *pask = alg_sk(psk); in _skcipher_recvmsg()
215 struct sock *psk; in skcipher_check_key() local
225 psk = ask->parent; in skcipher_check_key()
230 lock_sock_nested(psk, SINGLE_DEPTH_NESTING); in skcipher_check_key()
235 sock_hold(psk); in skcipher_check_key()
238 sock_put(psk); in skcipher_check_key()
243 release_sock(psk); in skcipher_check_key()
327 struct sock *psk = ask->parent; in skcipher_sock_destruct() local
328 struct alg_sock *pask = alg_sk(psk); in skcipher_sock_destruct()