GMAC implementation
[openssl.git] / crypto / include / internal / evp_int.h
index dadade33c965f5b4e925e19db890518826a82070..98adf1fd2f59f089b05826f6e5db280d1c061a22 100644 (file)
@@ -128,6 +128,11 @@ struct evp_mac_st {
     int (*ctrl_str) (EVP_MAC_IMPL *macctx, const char *type, const char *value);
 };
 
+extern const EVP_MAC cmac_meth;
+extern const EVP_MAC gmac_meth;
+extern const EVP_MAC hmac_meth;
+extern const EVP_MAC siphash_meth;
+
 /*
  * This function is internal for now, but can be made external when needed.
  * The documentation would read: