Searched defs:check (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/doveadm/
H A Ddoveadm-pw.c95 const char *check; local
99 check = t_askpass("Retype new password: ");
100 if (strcmp(plaintext, check) != 0) {
124 i_fatal("reverse decode check failed: %s", error);
128 i_fatal("reverse password verification check failed: %s",
/dovecot/src/lib-storage/index/mbox/
H A Distream-raw-mbox.c151 /* The +2 check is for CR+LF linefeeds */
207 finish the check without seeing the LF. */
310 finish this check now. */
713 bool check; local
733 check = offset == 0;
748 check = TRUE;
755 if (check)
/dovecot/src/lib-dcrypt/
H A Distream-decrypt.c148 buffer_t *check = t_buffer_create(32); local
150 if (!dcrypt_key_id_private_old(stream->priv_key, check, &error)) {
154 if (memcmp(digest_pos, check->data, I_MIN(digest_len,check->used)) != 0) {
569 /* check magic */
582 /* check version */

Completed in 13 milliseconds