Searched defs:os_2 (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/lib-dcrypt/ |
H A D | test-stream.c | 161 struct ostream *os_2 = o_stream_create_encrypt(os, "aes-256-gcm-sha256", test_v2_kp.pub, IO_STREAM_ENC_INTEGRITY_AEAD); 166 o_stream_nsend(os_2, ptr, siz); 170 i_assert(o_stream_finish(os_2) > 0); 172 o_stream_close(os_2); 191 struct ostream *os_2 = o_stream_create_encrypt(os, "<unused>", test_v2_kp.pub, IO_STREAM_ENC_VERSION_1); local 192 o_stream_nsend(os_2, payload, sizeof(payload)); 194 if (os_2->stream_errno != 0) 195 i_debug("error: %s", o_stream_get_error(os_2)); 197 test_assert(os_2->stream_errno == 0); 198 test_assert(o_stream_finish(os_2) > 242 struct ostream *os_2 = o_stream_create_encrypt(os, "<unused>", test_v2_kp.pub, IO_STREAM_ENC_VERSION_1); local 290 struct ostream *os_2 = o_stream_create_encrypt(os, "<unused>", test_v1_kp.pub, IO_STREAM_ENC_VERSION_1); local 335 struct ostream *os_2 = o_stream_create_encrypt(os, "aes-256-gcm-sha256", test_v1_kp.pub, IO_STREAM_ENC_INTEGRITY_AEAD); local 388 struct ostream *os_2 = o_stream_create_encrypt(os, "aes-256-gcm-sha256", test_v1_kp.pub, IO_STREAM_ENC_INTEGRITY_AEAD); local 433 struct ostream *os_2 = o_stream_create_encrypt(os, "aes-256-gcm-sha256", test_v1_kp.pub, IO_STREAM_ENC_INTEGRITY_AEAD); local [all...] |
Completed in 12 milliseconds