aboutsummaryrefslogtreecommitdiff
path: root/test/validation/crypto/crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/validation/crypto/crypto.h')
-rw-r--r--test/validation/crypto/crypto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/validation/crypto/crypto.h b/test/validation/crypto/crypto.h
index 4769fad1f..5224e4763 100644
--- a/test/validation/crypto/crypto.h
+++ b/test/validation/crypto/crypto.h
@@ -18,6 +18,10 @@ void crypto_test_enc_alg_aes128_cbc(void);
void crypto_test_enc_alg_aes128_cbc_ovr_iv(void);
void crypto_test_dec_alg_aes128_cbc(void);
void crypto_test_dec_alg_aes128_cbc_ovr_iv(void);
+void crypto_test_enc_alg_aes128_gcm(void);
+void crypto_test_enc_alg_aes128_gcm_ovr_iv(void);
+void crypto_test_dec_alg_aes128_gcm(void);
+void crypto_test_dec_alg_aes128_gcm_ovr_iv(void);
void crypto_test_alg_hmac_md5(void);
void crypto_test_alg_hmac_sha256(void);