Lines Matching refs:alg_sk
41 struct alg_sock *ask = alg_sk(sk); in skcipher_sendmsg()
43 struct alg_sock *pask = alg_sk(psk); in skcipher_sendmsg()
52 struct alg_sock *ask = alg_sk(sk); in algif_skcipher_export()
65 pask = alg_sk(psk); in algif_skcipher_export()
100 struct alg_sock *ask = alg_sk(sk); in _skcipher_recvmsg()
102 struct alg_sock *pask = alg_sk(psk); in _skcipher_recvmsg()
272 struct alg_sock *ask = alg_sk(sk); in skcipher_check_key()
279 pask = alg_sk(ask->parent); in skcipher_check_key()
360 struct alg_sock *ask = alg_sk(sk); in skcipher_sock_destruct()
363 struct alg_sock *pask = alg_sk(psk); in skcipher_sock_destruct()
377 struct alg_sock *ask = alg_sk(sk); in skcipher_accept_parent_nokey()