Searched defs:context_digest (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib/
H A Dhmac-cram-md5.c13 unsigned char context_digest[CRAM_MD5_CONTEXTLEN])
27 cdp = context_digest;
39 const unsigned char context_digest[CRAM_MD5_CONTEXTLEN])
53 cdp = context_digest;
12 hmac_md5_get_cram_context(struct hmac_context *_hmac_ctx, unsigned char context_digest[CRAM_MD5_CONTEXTLEN]) argument
38 hmac_md5_set_cram_context(struct hmac_context *_hmac_ctx, const unsigned char context_digest[CRAM_MD5_CONTEXTLEN]) argument
/dovecot/src/auth/
H A Dpassword-scheme.c651 unsigned char *context_digest; local
653 context_digest = t_malloc_no0(CRAM_MD5_CONTEXTLEN);
656 hmac_md5_get_cram_context(&ctx, context_digest);
658 *raw_password_r = context_digest;

Completed in 12 milliseconds