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()57 struct sock *psk; in algif_skcipher_export() local64 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() local102 struct alg_sock *pask = alg_sk(psk); in _skcipher_recvmsg()268 struct sock *psk; in skcipher_check_key() local278 psk = ask->parent; in skcipher_check_key()293 release_sock(psk); in skcipher_check_key()[all …]
41 struct sock *psk = ask->parent; in aead_sufficient_data() local42 struct alg_sock *pask = alg_sk(psk); in aead_sufficient_data()58 struct sock *psk = ask->parent; in aead_sendmsg() local59 struct alg_sock *pask = alg_sk(psk); in aead_sendmsg()71 struct sock *psk = ask->parent; in _aead_recvmsg() local72 struct alg_sock *pask = alg_sk(psk); in _aead_recvmsg()349 struct sock *psk; in aead_check_key() local359 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 …]
297 struct sock *psk; in hash_check_key() local307 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