Home
last modified time | relevance | path

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

/linux-6.6.21/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()
208 struct alg_sock *ask = alg_sk(sk); in skcipher_check_key()
215 pask = alg_sk(ask->parent); in skcipher_check_key()
296 struct alg_sock *ask = alg_sk(sk); in skcipher_sock_destruct()
299 struct alg_sock *pask = alg_sk(psk); in skcipher_sock_destruct()
311 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()
384 struct alg_sock *ask = alg_sk(sk); in aead_check_key()
391 pask = alg_sk(ask->parent); in aead_check_key()
509 struct alg_sock *ask = alg_sk(sk); in aead_sock_destruct()
512 struct alg_sock *pask = alg_sk(psk); in aead_sock_destruct()
[all …]
Daf_alg.c134 struct alg_sock *ask = alg_sk(sk); in af_alg_release_parent()
138 ask = alg_sk(sk); in af_alg_release_parent()
152 struct alg_sock *ask = alg_sk(sk); in alg_bind()
210 struct alg_sock *ask = alg_sk(sk); in alg_setkey()
361 struct alg_sock *ask = alg_sk(sk); in alg_setsockopt()
412 struct alg_sock *ask = alg_sk(sk); in af_alg_accept()
452 atomic_set(&alg_sk(sk2)->nokey_refcnt, 1); in af_alg_accept()
454 alg_sk(sk2)->parent = sk; in af_alg_accept()
455 alg_sk(sk2)->type = type; in af_alg_accept()
499 struct alg_sock *ask = alg_sk(sk); in alg_sock_destruct()
[all …]
Dalgif_hash.c67 struct alg_sock *ask = alg_sk(sk); in hash_sendmsg()
183 struct alg_sock *ask = alg_sk(sk); in hash_recvmsg()
230 struct alg_sock *ask = alg_sk(sk); in hash_accept()
260 ask2 = alg_sk(sk2); in hash_accept()
305 struct alg_sock *ask = alg_sk(sk); in hash_check_key()
312 pask = alg_sk(ask->parent); in hash_check_key()
404 struct alg_sock *ask = alg_sk(sk); in hash_sock_destruct()
415 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()
232 struct alg_sock *ask = alg_sk(sk); in rng_sock_destruct()
244 struct alg_sock *ask = alg_sk(sk); in rng_accept_parent()
/linux-6.6.21/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()