Lines Matching refs:pask
43 struct alg_sock *pask = alg_sk(psk); in skcipher_sendmsg() local
44 struct crypto_skcipher *tfm = pask->private; in skcipher_sendmsg()
55 struct alg_sock *pask; in algif_skcipher_export() local
65 pask = alg_sk(psk); in algif_skcipher_export()
66 tfm = pask->private; in algif_skcipher_export()
102 struct alg_sock *pask = alg_sk(psk); in _skcipher_recvmsg() local
104 struct crypto_skcipher *tfm = pask->private; in _skcipher_recvmsg()
269 struct alg_sock *pask; in skcipher_check_key() local
279 pask = alg_sk(ask->parent); in skcipher_check_key()
280 tfm = pask->private; in skcipher_check_key()
287 atomic_dec(&pask->nokey_refcnt); in skcipher_check_key()
363 struct alg_sock *pask = alg_sk(psk); in skcipher_sock_destruct() local
364 struct crypto_skcipher *tfm = pask->private; in skcipher_sock_destruct()