Home
last modified time | relevance | path

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

/crypto/
A Dalgif_skcipher.c42 struct sock *psk = ask->parent; in skcipher_sendmsg() local
43 struct alg_sock *pask = alg_sk(psk); in skcipher_sendmsg()
57 struct sock *psk; in algif_skcipher_export() local
64 psk = ask->parent; in algif_skcipher_export()
65 pask = alg_sk(psk); in algif_skcipher_export()
101 struct sock *psk = ask->parent; in _skcipher_recvmsg() local
102 struct alg_sock *pask = alg_sk(psk); in _skcipher_recvmsg()
268 struct sock *psk; in skcipher_check_key() local
278 psk = ask->parent; in skcipher_check_key()
293 release_sock(psk); in skcipher_check_key()
[all …]
A Dalgif_aead.c41 struct sock *psk = ask->parent; in aead_sufficient_data() local
42 struct alg_sock *pask = alg_sk(psk); in aead_sufficient_data()
58 struct sock *psk = ask->parent; in aead_sendmsg() local
59 struct alg_sock *pask = alg_sk(psk); in aead_sendmsg()
71 struct sock *psk = ask->parent; in _aead_recvmsg() local
72 struct alg_sock *pask = alg_sk(psk); in _aead_recvmsg()
349 struct sock *psk; in aead_check_key() local
359 psk = ask->parent; in aead_check_key()
374 release_sock(psk); in aead_check_key()
448 struct sock *psk = ask->parent; in aead_sock_destruct() local
[all …]
A Dalgif_hash.c297 struct sock *psk; in hash_check_key() local
307 psk = ask->parent; in hash_check_key()
312 lock_sock_nested(psk, SINGLE_DEPTH_NESTING); in hash_check_key()
322 release_sock(psk); in hash_check_key()

Completed in 7 milliseconds