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

/linux-master/crypto/
H A Dalgif_skcipher.c43 struct alg_sock *pask = alg_sk(psk); local
44 struct crypto_skcipher *tfm = pask->private;
55 struct alg_sock *pask; local
65 pask = alg_sk(psk);
66 tfm = pask->private;
102 struct alg_sock *pask = alg_sk(psk); local
104 struct crypto_skcipher *tfm = pask->private;
269 struct alg_sock *pask; local
279 pask = alg_sk(ask->parent);
280 tfm = pask
363 struct alg_sock *pask = alg_sk(psk); local
[all...]
H A Dalgif_aead.c48 struct alg_sock *pask = alg_sk(psk); local
50 struct aead_tfm *aeadc = pask->private;
66 struct alg_sock *pask = alg_sk(psk); local
67 struct aead_tfm *aeadc = pask->private;
94 struct alg_sock *pask = alg_sk(psk); local
96 struct aead_tfm *aeadc = pask->private;
381 struct alg_sock *pask; local
391 pask = alg_sk(ask->parent);
392 tfm = pask->private;
399 atomic_dec(&pask
512 struct alg_sock *pask = alg_sk(psk); local
[all...]
H A Dalgif_hash.c302 struct alg_sock *pask; local
312 pask = alg_sk(ask->parent);
313 tfm = pask->private;
320 atomic_dec(&pask->nokey_refcnt);

Completed in 127 milliseconds