Searched refs:dcrypt_ctx_hmac_create (Results 1 - 5 of 5) sorted by relevance
/dovecot/src/lib-dcrypt/ |
H A D | dcrypt.h | 126 bool dcrypt_ctx_hmac_create(const char *algorithm, struct dcrypt_context_hmac **ctx_r, const char **error_r);
|
H A D | dcrypt.c | 164 bool dcrypt_ctx_hmac_create(const char *algorithm, struct dcrypt_context_hmac **ctx_r, const char **error_r) function
|
H A D | ostream-encrypt.c | 619 if (!dcrypt_ctx_hmac_create(malg, &estream->ctx_mac, &error)) {
|
H A D | istream-decrypt.c | 489 if (malg == NULL || !dcrypt_ctx_hmac_create(malg, &stream->ctx_mac, NULL)) {
|
H A D | test-crypto.c | 184 if (!dcrypt_ctx_hmac_create("sha256", &hctx, NULL)) { 185 test_assert_failed("dcrypt_ctx_hmac_create", __FILE__, __LINE__-1);
|
Completed in 30 milliseconds