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

/dovecot/src/lib-otp/
H A Dotp-hash.c29 struct sha1_ctxt sha1_ctx; member in union:digest_context::__anon132
/dovecot/src/lib-storage/index/imapc/
H A Dimapc-mail.c470 struct sha1_ctxt sha1_ctx; local
474 sha1_init(&sha1_ctx);
481 sha1_loop(&sha1_ctx, data, size);
485 sha1_result(&sha1_ctx, sha1_output);
/dovecot/src/plugins/pop3-migration/
H A Dpop3-migration-plugin.c213 struct sha1_ctxt sha1_ctx; local
224 sha1_init(&sha1_ctx);
227 message_header_hash_more(&hash_ctx, &hash_method_sha1, &sha1_ctx,
238 sha1_result(&sha1_ctx, sha1_r);

Completed in 15 milliseconds