Searched refs:pask (Results 1 – 1 of 1) sorted by relevance
62 struct alg_sock *pask = alg_sk(psk); in skcipher_sendmsg() local63 struct crypto_skcipher *tfm = pask->private; in skcipher_sendmsg()74 struct alg_sock *pask; in algif_skcipher_export() local84 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() local109 struct crypto_skcipher *tfm = pask->private; in _skcipher_recvmsg()255 struct alg_sock *pask; in skcipher_check_key() local265 pask = alg_sk(ask->parent); in skcipher_check_key()266 tfm = pask->private; in skcipher_check_key()[all …]