Lines Matching refs:psk
47 struct sock *psk = ask->parent; in aead_sufficient_data() local
48 struct alg_sock *pask = alg_sk(psk); in aead_sufficient_data()
65 struct sock *psk = ask->parent; in aead_sendmsg() local
66 struct alg_sock *pask = alg_sk(psk); in aead_sendmsg()
93 struct sock *psk = ask->parent; in _aead_recvmsg() local
94 struct alg_sock *pask = alg_sk(psk); in _aead_recvmsg()
380 struct sock *psk; in aead_check_key() local
390 psk = ask->parent; in aead_check_key()
395 lock_sock_nested(psk, SINGLE_DEPTH_NESTING); in aead_check_key()
400 sock_hold(psk); in aead_check_key()
403 sock_put(psk); in aead_check_key()
408 release_sock(psk); in aead_check_key()
529 struct sock *psk = ask->parent; in aead_sock_destruct() local
530 struct alg_sock *pask = alg_sk(psk); in aead_sock_destruct()