Searched refs:psk (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/crypto/ |
D | algif_hash.c | 248 struct sock *psk; in hash_check_key() local 258 psk = ask->parent; in hash_check_key() 263 lock_sock_nested(psk, SINGLE_DEPTH_NESTING); in hash_check_key() 268 sock_hold(psk); in hash_check_key() 271 sock_put(psk); in hash_check_key() 276 release_sock(psk); in hash_check_key()
|
D | algif_skcipher.c | 298 struct sock *psk = ask->parent; in skcipher_sendmsg() local 299 struct alg_sock *pask = alg_sk(psk); in skcipher_sendmsg() 504 struct sock *psk = ask->parent; in skcipher_recvmsg_async() local 505 struct alg_sock *pask = alg_sk(psk); in skcipher_recvmsg_async() 640 struct sock *psk = ask->parent; in skcipher_recvmsg_sync() local 641 struct alg_sock *pask = alg_sk(psk); in skcipher_recvmsg_sync() 763 struct sock *psk; in skcipher_check_key() local 773 psk = ask->parent; in skcipher_check_key() 778 lock_sock_nested(psk, SINGLE_DEPTH_NESTING); in skcipher_check_key() 783 sock_hold(psk); in skcipher_check_key() [all …]
|
/linux-4.4.14/Documentation/networking/mac80211_hwsim/ |
D | wpa_supplicant.conf | 5 psk="12345678"
|
/linux-4.4.14/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_wireless.h | 122 u8 psk[GELIC_WL_EURUS_PSK_MAX_LEN]; /* psk key; hex or passphrase */ member 282 u8 psk[GELIC_WL_EURUS_PSK_MAX_LEN]; member
|
D | ps3_gelic_wireless.c | 1278 memset(wl->psk, 0, sizeof(wl->psk)); in gelic_wl_set_encodeext() 1279 memcpy(wl->psk, ext->key, ext->key_len); in gelic_wl_set_encodeext() 1867 memcpy(wpa->psk, wl->psk, wl->psk_len); in gelic_wl_do_wpa_setup() 1908 "N/A" : wpa->psk); in gelic_wl_do_wpa_setup()
|
/linux-4.4.14/net/vmw_vsock/ |
D | af_vsock.c | 587 struct vsock_sock *psk; in __vsock_create() local 622 psk = parent ? vsock_sk(parent) : NULL; in __vsock_create() 624 vsk->trusted = psk->trusted; in __vsock_create() 625 vsk->owner = get_cred(psk->owner); in __vsock_create() 626 vsk->connect_timeout = psk->connect_timeout; in __vsock_create() 633 if (transport->init(vsk, psk) < 0) { in __vsock_create()
|
D | vmci_transport.c | 1557 struct vsock_sock *psk) in vmci_transport_socket_init() argument 1572 if (psk) { in vmci_transport_socket_init() 1574 vmci_trans(psk)->queue_pair_size; in vmci_transport_socket_init() 1576 vmci_trans(psk)->queue_pair_min_size; in vmci_transport_socket_init() 1578 vmci_trans(psk)->queue_pair_max_size; in vmci_transport_socket_init()
|
/linux-4.4.14/net/phonet/ |
D | socket.c | 791 struct sock **psk = v; in pn_res_seq_show() local 792 struct sock *sk = *psk; in pn_res_seq_show() 795 (int) (psk - pnres.sk), in pn_res_seq_show()
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | Kconfig | 188 GENPIX 8psk module
|