Home
last modified time | relevance | path

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

/Linux-v6.6/crypto/
Dalgif_skcipher.c43 struct alg_sock *pask = alg_sk(psk); in skcipher_sendmsg() local
44 struct crypto_skcipher *tfm = pask->private; in skcipher_sendmsg()
56 struct alg_sock *pask = alg_sk(psk); in _skcipher_recvmsg() local
58 struct crypto_skcipher *tfm = pask->private; in _skcipher_recvmsg()
205 struct alg_sock *pask; in skcipher_check_key() local
215 pask = alg_sk(ask->parent); in skcipher_check_key()
216 tfm = pask->private; in skcipher_check_key()
223 atomic_dec(&pask->nokey_refcnt); in skcipher_check_key()
299 struct alg_sock *pask = alg_sk(psk); in skcipher_sock_destruct() local
300 struct crypto_skcipher *tfm = pask->private; in skcipher_sock_destruct()
Dalgif_aead.c48 struct alg_sock *pask = alg_sk(psk); in aead_sufficient_data() local
50 struct aead_tfm *aeadc = pask->private; in aead_sufficient_data()
66 struct alg_sock *pask = alg_sk(psk); in aead_sendmsg() local
67 struct aead_tfm *aeadc = pask->private; in aead_sendmsg()
94 struct alg_sock *pask = alg_sk(psk); in _aead_recvmsg() local
96 struct aead_tfm *aeadc = pask->private; in _aead_recvmsg()
381 struct alg_sock *pask; in aead_check_key() local
391 pask = alg_sk(ask->parent); in aead_check_key()
392 tfm = pask->private; in aead_check_key()
399 atomic_dec(&pask->nokey_refcnt); in aead_check_key()
[all …]
Dalgif_hash.c301 struct alg_sock *pask; in hash_check_key() local
311 pask = alg_sk(ask->parent); in hash_check_key()
312 tfm = pask->private; in hash_check_key()
319 atomic_dec(&pask->nokey_refcnt); in hash_check_key()