Searched defs:finalized (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib-dcrypt/
H A Dostream-encrypt.c48 bool finalized; member in struct:encrypt_ostream
429 /* not if finalized */
430 i_assert(!estream->finalized);
492 if (estream->finalized) {
496 estream->finalized = TRUE;
545 !estream->finalized) {
559 i_assert(estream->finalized || estream->ctx_sym == NULL ||
H A Distream-decrypt.c30 bool finalized; member in struct:decrypt_istream
668 if (dstream->finalized)
678 if (dstream->finalized) {
714 dstream->finalized = TRUE;

Completed in 12 milliseconds