Home
last modified time | relevance | path

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

/Linux-v5.4/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()
215 struct alg_sock *ask = alg_sk(sk); in skcipher_check_key()
222 pask = alg_sk(ask->parent); in skcipher_check_key()
321 struct alg_sock *ask = alg_sk(sk); in skcipher_sock_destruct()
324 struct alg_sock *pask = alg_sk(psk); in skcipher_sock_destruct()
336 struct alg_sock *ask = alg_sk(sk); in skcipher_accept_parent_nokey()
Daf_alg.c130 struct alg_sock *ask = alg_sk(sk); in af_alg_release_parent()
135 ask = alg_sk(sk); in af_alg_release_parent()
152 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()
271 struct alg_sock *ask = alg_sk(sk); in af_alg_accept()
305 alg_sk(sk2)->parent = sk; in af_alg_accept()
306 alg_sk(sk2)->type = type; in af_alg_accept()
307 alg_sk(sk2)->nokey_refcnt = nokey; in af_alg_accept()
354 struct alg_sock *ask = alg_sk(sk); in alg_sock_destruct()
[all …]
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()
527 struct alg_sock *ask = alg_sk(sk); in aead_sock_destruct()
530 struct alg_sock *pask = alg_sk(psk); in aead_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()
301 struct alg_sock *ask = alg_sk(sk); in hash_check_key()
308 pask = alg_sk(ask->parent); in hash_check_key()
418 struct alg_sock *ask = alg_sk(sk); in hash_sock_destruct()
429 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-v5.4/include/crypto/
Dif_alg.h168 static inline struct alg_sock *alg_sk(struct sock *sk) in alg_sk() function
181 struct alg_sock *ask = alg_sk(sk); in af_alg_sndbuf()
207 struct alg_sock *ask = alg_sk(sk); in af_alg_rcvbuf()