Home
last modified time | relevance | path

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

/Linux-v6.1/crypto/
Dalgif_skcipher.c41 struct alg_sock *ask = alg_sk(sk); in skcipher_sendmsg()
43 struct alg_sock *pask = alg_sk(psk); in skcipher_sendmsg()
54 struct alg_sock *ask = alg_sk(sk); in _skcipher_recvmsg()
56 struct alg_sock *pask = alg_sk(psk); in _skcipher_recvmsg()
209 struct alg_sock *ask = alg_sk(sk); in skcipher_check_key()
216 pask = alg_sk(ask->parent); in skcipher_check_key()
310 struct alg_sock *ask = alg_sk(sk); in skcipher_sock_destruct()
313 struct alg_sock *pask = alg_sk(psk); in skcipher_sock_destruct()
325 struct alg_sock *ask = alg_sk(sk); in skcipher_accept_parent_nokey()
Dalgif_aead.c46 struct alg_sock *ask = alg_sk(sk); in aead_sufficient_data()
48 struct alg_sock *pask = alg_sk(psk); in aead_sufficient_data()
64 struct alg_sock *ask = alg_sk(sk); in aead_sendmsg()
66 struct alg_sock *pask = alg_sk(psk); in aead_sendmsg()
92 struct alg_sock *ask = alg_sk(sk); in _aead_recvmsg()
94 struct alg_sock *pask = alg_sk(psk); in _aead_recvmsg()
383 struct alg_sock *ask = alg_sk(sk); in aead_check_key()
390 pask = alg_sk(ask->parent); in aead_check_key()
521 struct alg_sock *ask = alg_sk(sk); in aead_sock_destruct()
524 struct alg_sock *pask = alg_sk(psk); in aead_sock_destruct()
[all …]
Daf_alg.c128 struct alg_sock *ask = alg_sk(sk); in af_alg_release_parent()
132 ask = alg_sk(sk); in af_alg_release_parent()
146 struct alg_sock *ask = alg_sk(sk); in alg_bind()
204 struct alg_sock *ask = alg_sk(sk); in alg_setkey()
229 struct alg_sock *ask = alg_sk(sk); in alg_setsockopt()
276 struct alg_sock *ask = alg_sk(sk); in af_alg_accept()
316 atomic_set(&alg_sk(sk2)->nokey_refcnt, 1); in af_alg_accept()
318 alg_sk(sk2)->parent = sk; in af_alg_accept()
319 alg_sk(sk2)->type = type; in af_alg_accept()
364 struct alg_sock *ask = alg_sk(sk); in alg_sock_destruct()
[all …]
Dalgif_hash.c68 struct alg_sock *ask = alg_sk(sk); in hash_sendmsg()
136 struct alg_sock *ask = alg_sk(sk); in hash_sendpage()
188 struct alg_sock *ask = alg_sk(sk); in hash_recvmsg()
235 struct alg_sock *ask = alg_sk(sk); in hash_accept()
258 ask2 = alg_sk(sk2); in hash_accept()
300 struct alg_sock *ask = alg_sk(sk); in hash_check_key()
307 pask = alg_sk(ask->parent); in hash_check_key()
412 struct alg_sock *ask = alg_sk(sk); in hash_sock_destruct()
423 struct alg_sock *ask = alg_sk(sk); in hash_accept_parent_nokey()
Dalgif_rng.c111 struct alg_sock *ask = alg_sk(sk); in rng_recvmsg()
121 struct alg_sock *ask = alg_sk(sk); in rng_test_recvmsg()
136 struct alg_sock *ask = alg_sk(sock->sk); in rng_test_sendmsg()
234 struct alg_sock *ask = alg_sk(sk); in rng_sock_destruct()
246 struct alg_sock *ask = alg_sk(sk); in rng_accept_parent()
/Linux-v6.1/include/crypto/
Dif_alg.h171 static inline struct alg_sock *alg_sk(struct sock *sk) in alg_sk() function
184 struct alg_sock *ask = alg_sk(sk); in af_alg_sndbuf()
210 struct alg_sock *ask = alg_sk(sk); in af_alg_rcvbuf()