Lines Matching refs:encrypt_ostream
32 struct encrypt_ostream {
54 int o_stream_encrypt_send(struct encrypt_ostream *stream,
74 int o_stream_encrypt_send_header_v1(struct encrypt_ostream *stream)
99 int o_stream_encrypt_send_header_v2(struct encrypt_ostream *stream)
133 int o_stream_encrypt_keydata_create_v1(struct encrypt_ostream *stream)
243 int o_stream_encrypt_key_for_pubkey_v2(struct encrypt_ostream *stream, const char *malg,
328 int o_stream_encrypt_keydata_create_v2(struct encrypt_ostream *stream, const char *malg)
425 struct encrypt_ostream *estream = (struct encrypt_ostream *)stream;
490 struct encrypt_ostream *estream = (struct encrypt_ostream *)stream;
542 struct encrypt_ostream *estream = (struct encrypt_ostream *)stream;
557 struct encrypt_ostream *estream = (struct encrypt_ostream *)stream;
569 struct encrypt_ostream *estream = (struct encrypt_ostream *)stream;
581 int o_stream_encrypt_init(struct encrypt_ostream *estream, const char *algorithm)
637 struct encrypt_ostream *
640 struct encrypt_ostream *estream;
642 estream = i_new(struct encrypt_ostream, 1);
657 struct encrypt_ostream *estream = o_stream_create_encrypt_common(flags);
680 struct encrypt_ostream *estream = o_stream_create_encrypt_common(IO_STREAM_ENC_INTEGRITY_NONE);