Home
last modified time | relevance | path

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

/crypto/
Dalgif_skcipher.c42 struct sock *psk = ask->parent; in skcipher_sendmsg() local
43 struct alg_sock *pask = alg_sk(psk); in skcipher_sendmsg()
55 struct sock *psk = ask->parent; in _skcipher_recvmsg() local
56 struct alg_sock *pask = alg_sk(psk); in _skcipher_recvmsg()
205 struct sock *psk; in skcipher_check_key() local
215 psk = ask->parent; in skcipher_check_key()
220 lock_sock_nested(psk, SINGLE_DEPTH_NESTING); in skcipher_check_key()
230 release_sock(psk); in skcipher_check_key()
312 struct sock *psk = ask->parent; in skcipher_sock_destruct() local
313 struct alg_sock *pask = alg_sk(psk); in skcipher_sock_destruct()
Dalgif_aead.c47 struct sock *psk = ask->parent; in aead_sufficient_data() local
48 struct alg_sock *pask = alg_sk(psk); in aead_sufficient_data()
65 struct sock *psk = ask->parent; in aead_sendmsg() local
66 struct alg_sock *pask = alg_sk(psk); in aead_sendmsg()
93 struct sock *psk = ask->parent; in _aead_recvmsg() local
94 struct alg_sock *pask = alg_sk(psk); in _aead_recvmsg()
379 struct sock *psk; in aead_check_key() local
389 psk = ask->parent; in aead_check_key()
394 lock_sock_nested(psk, SINGLE_DEPTH_NESTING); in aead_check_key()
404 release_sock(psk); in aead_check_key()
[all …]
Dalgif_hash.c295 struct sock *psk; in hash_check_key() local
305 psk = ask->parent; in hash_check_key()
310 lock_sock_nested(psk, SINGLE_DEPTH_NESTING); in hash_check_key()
320 release_sock(psk); in hash_check_key()