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

/dovecot/src/lib-imap-urlauth/
H A Dimap-urlauth.c6 #include "hmac.h"
88 struct hmac_context hmac; local
94 hmac_init(&hmac, mailbox_key, IMAP_URLAUTH_KEY_LEN, &hash_method_sha1);
95 hmac_update(&hmac, rumpurl, strlen(rumpurl));
96 hmac_final(&hmac, token+1);
/dovecot/src/lib-dcrypt/
H A Ddcrypt-gnutls.c15 #include <nettle/hmac.h>
H A Ddcrypt-openssl.c21 #include <openssl/hmac.h>

Completed in 14 milliseconds