Searched refs:pask (Results 1 – 3 of 3) sorted by relevance
43 struct alg_sock *pask = alg_sk(psk); in skcipher_sendmsg() local44 struct crypto_skcipher *tfm = pask->private; in skcipher_sendmsg()55 struct alg_sock *pask; in algif_skcipher_export() local65 pask = alg_sk(psk); in algif_skcipher_export()66 tfm = pask->private; in algif_skcipher_export()102 struct alg_sock *pask = alg_sk(psk); in _skcipher_recvmsg() local269 struct alg_sock *pask; in skcipher_check_key() local279 pask = alg_sk(ask->parent); in skcipher_check_key()280 tfm = pask->private; in skcipher_check_key()287 atomic_dec(&pask->nokey_refcnt); in skcipher_check_key()[all …]
42 struct alg_sock *pask = alg_sk(psk); in aead_sufficient_data() local44 struct crypto_aead *tfm = pask->private; in aead_sufficient_data()59 struct alg_sock *pask = alg_sk(psk); in aead_sendmsg() local60 struct crypto_aead *tfm = pask->private; in aead_sendmsg()72 struct alg_sock *pask = alg_sk(psk); in _aead_recvmsg() local74 struct crypto_aead *tfm = pask->private; in _aead_recvmsg()350 struct alg_sock *pask; in aead_check_key() local360 pask = alg_sk(ask->parent); in aead_check_key()361 tfm = pask->private; in aead_check_key()368 atomic_dec(&pask->nokey_refcnt); in aead_check_key()[all …]
298 struct alg_sock *pask; in hash_check_key() local308 pask = alg_sk(ask->parent); in hash_check_key()309 tfm = pask->private; in hash_check_key()316 atomic_dec(&pask->nokey_refcnt); in hash_check_key()
Completed in 6 milliseconds