Home
last modified time | relevance | path

Searched refs:pask (Results 1 – 1 of 1) sorted by relevance

/linux/crypto/
H A Dalgif_skcipher.c62 struct alg_sock *pask = alg_sk(psk); in skcipher_sendmsg() local
63 struct crypto_skcipher *tfm = pask->private; in skcipher_sendmsg()
74 struct alg_sock *pask; in algif_skcipher_export() local
84 pask = alg_sk(psk); in algif_skcipher_export()
85 tfm = pask->private; in algif_skcipher_export()
107 struct alg_sock *pask = alg_sk(psk); in _skcipher_recvmsg() local
109 struct crypto_skcipher *tfm = pask->private; in _skcipher_recvmsg()
255 struct alg_sock *pask; in skcipher_check_key() local
265 pask = alg_sk(ask->parent); in skcipher_check_key()
266 tfm = pask->private; in skcipher_check_key()
[all …]