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

/dovecot/src/lib-dcrypt/
H A Ddcrypt.h130 void dcrypt_ctx_hmac_destroy(struct dcrypt_context_hmac **ctx);
H A Ddcrypt.c169 void dcrypt_ctx_hmac_destroy(struct dcrypt_context_hmac **ctx) function
H A Dostream-encrypt.c572 if (estream->ctx_mac != NULL) dcrypt_ctx_hmac_destroy(&estream->ctx_mac);
H A Distream-decrypt.c845 dcrypt_ctx_hmac_destroy(&dstream->ctx_mac);
H A Dtest-crypto.c192 dcrypt_ctx_hmac_destroy(&hctx);

Completed in 20 milliseconds