Searched refs:psk (Results 1 – 3 of 3) sorted by relevance
42 struct sock *psk = ask->parent; in skcipher_sendmsg() local43 struct alg_sock *pask = alg_sk(psk); in skcipher_sendmsg()55 struct sock *psk = ask->parent; in _skcipher_recvmsg() local56 struct alg_sock *pask = alg_sk(psk); in _skcipher_recvmsg()205 struct sock *psk; in skcipher_check_key() local215 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() local313 struct alg_sock *pask = alg_sk(psk); in skcipher_sock_destruct()
47 struct sock *psk = ask->parent; in aead_sufficient_data() local48 struct alg_sock *pask = alg_sk(psk); in aead_sufficient_data()65 struct sock *psk = ask->parent; in aead_sendmsg() local66 struct alg_sock *pask = alg_sk(psk); in aead_sendmsg()93 struct sock *psk = ask->parent; in _aead_recvmsg() local94 struct alg_sock *pask = alg_sk(psk); in _aead_recvmsg()379 struct sock *psk; in aead_check_key() local389 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 …]
295 struct sock *psk; in hash_check_key() local305 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()