Lines Matching defs:os
160 struct ostream *os = o_stream_create_fd_file(fd, 0, TRUE);
161 struct ostream *os_2 = o_stream_create_encrypt(os, "aes-256-gcm-sha256", test_v2_kp.pub, IO_STREAM_ENC_INTEGRITY_AEAD);
190 struct ostream *os = o_stream_create_buffer(buf);
191 struct ostream *os_2 = o_stream_create_encrypt(os, "<unused>", test_v2_kp.pub, IO_STREAM_ENC_VERSION_1);
201 o_stream_unref(&os);
241 struct ostream *os = o_stream_create_buffer(buf);
242 struct ostream *os_2 = o_stream_create_encrypt(os, "<unused>", test_v2_kp.pub, IO_STREAM_ENC_VERSION_1);
252 o_stream_unref(&os);
289 struct ostream *os = o_stream_create_buffer(buf);
290 struct ostream *os_2 = o_stream_create_encrypt(os, "<unused>", test_v1_kp.pub, IO_STREAM_ENC_VERSION_1);
295 o_stream_unref(&os);
334 struct ostream *os = o_stream_create_buffer(buf);
335 struct ostream *os_2 = o_stream_create_encrypt(os, "aes-256-gcm-sha256", test_v1_kp.pub, IO_STREAM_ENC_INTEGRITY_AEAD);
341 o_stream_unref(&os);
387 struct ostream *os = o_stream_create_buffer(buf);
388 struct ostream *os_2 = o_stream_create_encrypt(os, "aes-256-gcm-sha256", test_v1_kp.pub, IO_STREAM_ENC_INTEGRITY_AEAD);
394 o_stream_unref(&os);
432 struct ostream *os = o_stream_create_buffer(buf);
433 struct ostream *os_2 = o_stream_create_encrypt(os, "aes-256-gcm-sha256", test_v1_kp.pub, IO_STREAM_ENC_INTEGRITY_AEAD);
438 o_stream_unref(&os);