Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dalgif_skcipher.c47 struct alg_sock *pask = alg_sk(psk); in skcipher_sendmsg() local
48 struct crypto_skcipher *tfm = pask->private; in skcipher_sendmsg()
60 struct alg_sock *pask = alg_sk(psk); in _skcipher_recvmsg() local
62 struct crypto_skcipher *tfm = pask->private; in _skcipher_recvmsg()
212 struct alg_sock *pask; in skcipher_check_key() local
222 pask = alg_sk(ask->parent); in skcipher_check_key()
223 tfm = pask->private; in skcipher_check_key()
230 atomic_dec(&pask->nokey_refcnt); in skcipher_check_key()
321 struct alg_sock *pask = alg_sk(psk); in skcipher_sock_destruct() local
322 struct crypto_skcipher *tfm = pask->private; in skcipher_sock_destruct()
Dalgif_aead.c52 struct alg_sock *pask = alg_sk(psk); in aead_sufficient_data() local
54 struct aead_tfm *aeadc = pask->private; in aead_sufficient_data()
70 struct alg_sock *pask = alg_sk(psk); in aead_sendmsg() local
71 struct aead_tfm *aeadc = pask->private; in aead_sendmsg()
98 struct alg_sock *pask = alg_sk(psk); in _aead_recvmsg() local
100 struct aead_tfm *aeadc = pask->private; in _aead_recvmsg()
386 struct alg_sock *pask; in aead_check_key() local
396 pask = alg_sk(ask->parent); in aead_check_key()
397 tfm = pask->private; in aead_check_key()
404 atomic_dec(&pask->nokey_refcnt); in aead_check_key()
[all …]
Dalgif_hash.c303 struct alg_sock *pask; in hash_check_key() local
313 pask = alg_sk(ask->parent); in hash_check_key()
314 tfm = pask->private; in hash_check_key()
321 atomic_dec(&pask->nokey_refcnt); in hash_check_key()