Lines Matching refs:psk
51 struct sock *psk = ask->parent; in aead_sufficient_data() local
52 struct alg_sock *pask = alg_sk(psk); in aead_sufficient_data()
69 struct sock *psk = ask->parent; in aead_sendmsg() local
70 struct alg_sock *pask = alg_sk(psk); in aead_sendmsg()
97 struct sock *psk = ask->parent; in _aead_recvmsg() local
98 struct alg_sock *pask = alg_sk(psk); in _aead_recvmsg()
384 struct sock *psk; in aead_check_key() local
394 psk = ask->parent; in aead_check_key()
399 lock_sock_nested(psk, SINGLE_DEPTH_NESTING); in aead_check_key()
404 sock_hold(psk); in aead_check_key()
407 sock_put(psk); in aead_check_key()
412 release_sock(psk); in aead_check_key()
533 struct sock *psk = ask->parent; in aead_sock_destruct() local
534 struct alg_sock *pask = alg_sk(psk); in aead_sock_destruct()