Searched refs:r_handshake_lock (Results 1 – 1 of 1) sorted by relevance
102 struct rwlock r_handshake_lock; member285 rw_wlock(&r->r_handshake_lock); in noise_precompute_ss()289 rw_wunlock(&r->r_handshake_lock); in noise_precompute_ss()302 rw_init(&r->r_handshake_lock, "noise_handshake"); in noise_remote_alloc()449 rw_assert(&r->r_handshake_lock, RA_WLOCKED); in noise_remote_index_remove()475 rw_destroy(&r->r_handshake_lock); in noise_remote_smr_free()515 rw_wlock(&r->r_handshake_lock); in noise_remote_set_psk()520 rw_wunlock(&r->r_handshake_lock); in noise_remote_set_psk()533 rw_rlock(&r->r_handshake_lock); in noise_remote_keys()537 rw_runlock(&r->r_handshake_lock); in noise_remote_keys()[all …]