Home
last modified time | relevance | path

Searched refs:alg_sk (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/crypto/
Dalgif_skcipher.c45 struct alg_sock *ask = alg_sk(sk); in skcipher_sendmsg()
47 struct alg_sock *pask = alg_sk(psk); in skcipher_sendmsg()
58 struct alg_sock *ask = alg_sk(sk); in _skcipher_recvmsg()
60 struct alg_sock *pask = alg_sk(psk); in _skcipher_recvmsg()
219 struct alg_sock *ask = alg_sk(sk); in skcipher_check_key()
226 pask = alg_sk(ask->parent); in skcipher_check_key()
325 struct alg_sock *ask = alg_sk(sk); in skcipher_sock_destruct()
328 struct alg_sock *pask = alg_sk(psk); in skcipher_sock_destruct()
340 struct alg_sock *ask = alg_sk(sk); in skcipher_accept_parent_nokey()
Daf_alg.c133 struct alg_sock *ask = alg_sk(sk); in af_alg_release_parent()
138 ask = alg_sk(sk); in af_alg_release_parent()
155 struct alg_sock *ask = alg_sk(sk); in alg_bind()
210 struct alg_sock *ask = alg_sk(sk); in alg_setkey()
235 struct alg_sock *ask = alg_sk(sk); in alg_setsockopt()
274 struct alg_sock *ask = alg_sk(sk); in af_alg_accept()
310 alg_sk(sk2)->parent = sk; in af_alg_accept()
311 alg_sk(sk2)->type = type; in af_alg_accept()
312 alg_sk(sk2)->nokey_refcnt = nokey; in af_alg_accept()
359 struct alg_sock *ask = alg_sk(sk); in alg_sock_destruct()
[all …]
Dalgif_aead.c50 struct alg_sock *ask = alg_sk(sk); in aead_sufficient_data()
52 struct alg_sock *pask = alg_sk(psk); in aead_sufficient_data()
68 struct alg_sock *ask = alg_sk(sk); in aead_sendmsg()
70 struct alg_sock *pask = alg_sk(psk); in aead_sendmsg()
96 struct alg_sock *ask = alg_sk(sk); in _aead_recvmsg()
98 struct alg_sock *pask = alg_sk(psk); in _aead_recvmsg()
388 struct alg_sock *ask = alg_sk(sk); in aead_check_key()
395 pask = alg_sk(ask->parent); in aead_check_key()
531 struct alg_sock *ask = alg_sk(sk); in aead_sock_destruct()
534 struct alg_sock *pask = alg_sk(psk); in aead_sock_destruct()
[all …]
Dalgif_hash.c73 struct alg_sock *ask = alg_sk(sk); in hash_sendmsg()
140 struct alg_sock *ask = alg_sk(sk); in hash_sendpage()
192 struct alg_sock *ask = alg_sk(sk); in hash_recvmsg()
239 struct alg_sock *ask = alg_sk(sk); in hash_accept()
262 ask2 = alg_sk(sk2); in hash_accept()
306 struct alg_sock *ask = alg_sk(sk); in hash_check_key()
313 pask = alg_sk(ask->parent); in hash_check_key()
423 struct alg_sock *ask = alg_sk(sk); in hash_sock_destruct()
434 struct alg_sock *ask = alg_sk(sk); in hash_accept_parent_nokey()
Dalgif_rng.c62 struct alg_sock *ask = alg_sk(sk); in rng_recvmsg()
128 struct alg_sock *ask = alg_sk(sk); in rng_sock_destruct()
138 struct alg_sock *ask = alg_sk(sk); in rng_accept_parent()
/Linux-v4.19/include/crypto/
Dif_alg.h176 static inline struct alg_sock *alg_sk(struct sock *sk) in alg_sk() function
189 struct alg_sock *ask = alg_sk(sk); in af_alg_sndbuf()
215 struct alg_sock *ask = alg_sk(sk); in af_alg_rcvbuf()