Home
last modified time | relevance | path

Searched refs:psk (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/crypto/
Dalgif_skcipher.c46 struct sock *psk = ask->parent; in skcipher_sendmsg() local
47 struct alg_sock *pask = alg_sk(psk); in skcipher_sendmsg()
59 struct sock *psk = ask->parent; in _skcipher_recvmsg() local
60 struct alg_sock *pask = alg_sk(psk); in _skcipher_recvmsg()
211 struct sock *psk; in skcipher_check_key() local
221 psk = ask->parent; in skcipher_check_key()
226 lock_sock_nested(psk, SINGLE_DEPTH_NESTING); in skcipher_check_key()
236 release_sock(psk); in skcipher_check_key()
320 struct sock *psk = ask->parent; in skcipher_sock_destruct() local
321 struct alg_sock *pask = alg_sk(psk); in skcipher_sock_destruct()
Dalgif_aead.c51 struct sock *psk = ask->parent; in aead_sufficient_data() local
52 struct alg_sock *pask = alg_sk(psk); in aead_sufficient_data()
69 struct sock *psk = ask->parent; in aead_sendmsg() local
70 struct alg_sock *pask = alg_sk(psk); in aead_sendmsg()
97 struct sock *psk = ask->parent; in _aead_recvmsg() local
98 struct alg_sock *pask = alg_sk(psk); in _aead_recvmsg()
385 struct sock *psk; in aead_check_key() local
395 psk = ask->parent; in aead_check_key()
400 lock_sock_nested(psk, SINGLE_DEPTH_NESTING); in aead_check_key()
410 release_sock(psk); in aead_check_key()
[all …]
Dalgif_hash.c302 struct sock *psk; in hash_check_key() local
312 psk = ask->parent; in hash_check_key()
317 lock_sock_nested(psk, SINGLE_DEPTH_NESTING); in hash_check_key()
327 release_sock(psk); in hash_check_key()
/linux-4.19.296/include/linux/
Dvirtio_vsock.h93 struct vsock_sock *psk);
/linux-4.19.296/include/net/
Dcfg80211.h760 const u8 *psk; member