Searched refs:sha (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/doveadm/dsync/
H A Dtest-dsync-mailbox-tree-sync.c27 unsigned char sha[SHA1_RESULTLEN]; local
29 sha1_get_digest(name, strlen(name), sha);
30 memcpy(guid_128_r, sha, I_MIN(GUID_128_SIZE, sizeof(sha)));
/dovecot/src/lib-storage/
H A Dmailbox-list.c1772 unsigned char sha[SHA1_RESULTLEN]; local
1774 sha1_get_digest(name, strlen(name), sha);
1775 memcpy(guid_128_r, sha, I_MIN(GUID_128_SIZE, sizeof(sha)));
/dovecot/src/lib-dcrypt/
H A Ddcrypt-openssl.c13 #include <openssl/sha.h>

Completed in 379 milliseconds