Searched refs:dcrypt_ctx_hmac_create (Results 1 - 5 of 5) sorted by relevance

/dovecot/src/lib-dcrypt/
H A Ddcrypt.h126 bool dcrypt_ctx_hmac_create(const char *algorithm, struct dcrypt_context_hmac **ctx_r, const char **error_r);
H A Ddcrypt.c164 bool dcrypt_ctx_hmac_create(const char *algorithm, struct dcrypt_context_hmac **ctx_r, const char **error_r) function
H A Dostream-encrypt.c619 if (!dcrypt_ctx_hmac_create(malg, &estream->ctx_mac, &error)) {
H A Distream-decrypt.c489 if (malg == NULL || !dcrypt_ctx_hmac_create(malg, &stream->ctx_mac, NULL)) {
H A Dtest-crypto.c184 if (!dcrypt_ctx_hmac_create("sha256", &hctx, NULL)) {
185 test_assert_failed("dcrypt_ctx_hmac_create", __FILE__, __LINE__-1);

Completed in 30 milliseconds