Home
last modified time | relevance | path

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

/linux/crypto/
H A Dalgif_skcipher.c41 struct alg_sock *ask = alg_sk(sk); in skcipher_sendmsg()
43 struct alg_sock *pask = alg_sk(psk); in skcipher_sendmsg()
52 struct alg_sock *ask = alg_sk(sk); in algif_skcipher_export()
55 struct alg_sock *pask; in algif_skcipher_export()
100 struct alg_sock *ask = alg_sk(sk); in _skcipher_recvmsg()
102 struct alg_sock *pask = alg_sk(psk); in _skcipher_recvmsg()
269 struct alg_sock *pask; in skcipher_check_key()
272 struct alg_sock *ask = alg_sk(sk); in skcipher_check_key()
360 struct alg_sock *ask = alg_sk(sk); in skcipher_sock_destruct()
363 struct alg_sock *pask = alg_sk(psk); in skcipher_sock_destruct()
[all …]
H A 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()
381 struct alg_sock *pask; in aead_check_key()
384 struct alg_sock *ask = alg_sk(sk); 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 …]
H A 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()
235 struct alg_sock *ask2; in hash_accept()
302 struct alg_sock *pask; in hash_check_key()
305 struct alg_sock *ask = alg_sk(sk); 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()
H A Daf_alg.c37 .obj_size = sizeof(struct alg_sock),
134 struct alg_sock *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()
413 struct alg_sock *ask = alg_sk(sk); in af_alg_accept()
500 struct alg_sock *ask = alg_sk(sk); in alg_sock_destruct()
607 struct alg_sock *ask = alg_sk(sk); in af_alg_alloc_tsgl()
705 struct alg_sock *ask = alg_sk(sk); in af_alg_pull_tsgl()
773 struct alg_sock *ask = alg_sk(sk); in af_alg_free_areq_sgls()
[all …]
H A 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/include/crypto/
H A Dif_alg.h24 struct alg_sock { struct
174 static inline struct alg_sock *alg_sk(struct sock *sk) in alg_sk()
176 return (struct alg_sock *)sk; in alg_sk()
187 struct alg_sock *ask = alg_sk(sk); in af_alg_sndbuf()
213 struct alg_sock *ask = alg_sk(sk); in af_alg_rcvbuf()