Lines Matching refs:psk
42 struct sock *psk = ask->parent; in skcipher_sendmsg() local
43 struct alg_sock *pask = alg_sk(psk); in skcipher_sendmsg()
57 struct sock *psk; in algif_skcipher_export() local
64 psk = ask->parent; in algif_skcipher_export()
65 pask = alg_sk(psk); in algif_skcipher_export()
101 struct sock *psk = ask->parent; in _skcipher_recvmsg() local
102 struct alg_sock *pask = alg_sk(psk); in _skcipher_recvmsg()
268 struct sock *psk; in skcipher_check_key() local
278 psk = ask->parent; in skcipher_check_key()
283 lock_sock_nested(psk, SINGLE_DEPTH_NESTING); in skcipher_check_key()
293 release_sock(psk); in skcipher_check_key()
362 struct sock *psk = ask->parent; in skcipher_sock_destruct() local
363 struct alg_sock *pask = alg_sk(psk); in skcipher_sock_destruct()