Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.c131 struct alg_sock *ask = alg_sk(sk); in af_alg_release_parent()
135 ask = alg_sk(sk); in af_alg_release_parent()
149 struct alg_sock *ask = alg_sk(sk); in alg_bind()
207 struct alg_sock *ask = alg_sk(sk); in alg_setkey()
232 struct alg_sock *ask = alg_sk(sk); in alg_setsockopt()
279 struct alg_sock *ask = alg_sk(sk); in af_alg_accept()
319 atomic_set(&alg_sk(sk2)->nokey_refcnt, 1); in af_alg_accept()
321 alg_sk(sk2)->parent = sk; in af_alg_accept()
322 alg_sk(sk2)->type = type; in af_alg_accept()
367 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()
135 struct alg_sock *ask = alg_sk(sk); in hash_sendpage()
187 struct alg_sock *ask = alg_sk(sk); in hash_recvmsg()
234 struct alg_sock *ask = alg_sk(sk); in hash_accept()
257 ask2 = alg_sk(sk2); in hash_accept()
299 struct alg_sock *ask = alg_sk(sk); in hash_check_key()
306 pask = alg_sk(ask->parent); in hash_check_key()
411 struct alg_sock *ask = alg_sk(sk); in hash_sock_destruct()
422 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()
/kernel/linux/linux-5.10/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()