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

/dovecot/src/plugins/pop3-migration/
H A Dtest-pop3-migration-plugin.c4 #include "sha1.h"
14 const char *sha1; member in struct:__anon157
42 test_begin("pop3 migration get hdr sha1");
48 test_assert_idx(strcasecmp(binary_to_hex(digest, sizeof(digest)), tests[i].sha1) == 0, i);
/dovecot/src/lib-compression/
H A Dtest-compression.c7 #include "sha1.h"
23 struct sha1_ctxt sha1; local
37 sha1_init(&sha1);
42 sha1_loop(&sha1, buf, sizeof(buf));
49 sha1_loop(&sha1, buf, sizeof(buf));
61 sha1_loop(&sha1, buf, sizeof(buf));
68 sha1_result(&sha1, output_sha1);
71 sha1_init(&sha1);
75 sha1_loop(&sha1, data, size);
81 sha1_result(&sha1, input_sha
236 struct sha1_ctxt sha1; local
[all...]
/dovecot/src/auth/
H A Dauth-request.c7 #include "sha1.h"
2457 } else if (strcmp(log_type, "sha1") == 0) {
2458 unsigned char sha1[SHA1_RESULTLEN]; local
2461 strlen(request->mech_password), sha1);
2463 t_strndup(binary_to_hex(sha1, sizeof(sha1)),

Completed in 271 milliseconds