Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dalgif_skcipher.c299 struct alg_sock *pask = alg_sk(psk); in skcipher_sendmsg() local
301 struct skcipher_tfm *skc = pask->private; in skcipher_sendmsg()
505 struct alg_sock *pask = alg_sk(psk); in skcipher_recvmsg_async() local
507 struct skcipher_tfm *skc = pask->private; in skcipher_recvmsg_async()
641 struct alg_sock *pask = alg_sk(psk); in skcipher_recvmsg_sync() local
643 struct skcipher_tfm *skc = pask->private; in skcipher_recvmsg_sync()
764 struct alg_sock *pask; in skcipher_check_key() local
774 pask = alg_sk(ask->parent); in skcipher_check_key()
775 tfm = pask->private; in skcipher_check_key()
782 if (!pask->refcnt++) in skcipher_check_key()
Dalgif_hash.c249 struct alg_sock *pask; in hash_check_key() local
259 pask = alg_sk(ask->parent); in hash_check_key()
260 tfm = pask->private; in hash_check_key()
267 if (!pask->refcnt++) in hash_check_key()