Searched refs:wg_queue (Results 1 – 1 of 1) sorted by relevance
168 struct wg_queue { struct185 struct wg_queue p_stage_queue; argument186 struct wg_queue p_encrypt_serial;187 struct wg_queue p_decrypt_serial;238 struct wg_queue sc_handshake_queue;242 struct wg_queue sc_encrypt_parallel;243 struct wg_queue sc_decrypt_parallel;343 static void wg_queue_init(struct wg_queue *, const char *);344 static void wg_queue_deinit(struct wg_queue *);345 static size_t wg_queue_len(struct wg_queue *);[all …]