]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/openssl/evp.h
Implement EVP_MAC_do_all_ex()
[thirdparty/openssl.git] / include / openssl / evp.h
index 2956b0408cb87bb9b55640565e59d8d272b10b86..c778ef43dad8e92a167ff9c8f6d1ded565aea254 100644 (file)
@@ -1050,6 +1050,10 @@ const OSSL_PARAM *EVP_MAC_gettable_params(const EVP_MAC *mac);
 const OSSL_PARAM *EVP_MAC_CTX_gettable_params(const EVP_MAC *mac);
 const OSSL_PARAM *EVP_MAC_CTX_settable_params(const EVP_MAC *mac);
 
+void EVP_MAC_do_all_ex(OPENSSL_CTX *libctx,
+                       void (*fn)(EVP_MAC *mac, void *arg),
+                       void *arg);
+
 /* PKEY stuff */
 int EVP_PKEY_decrypt_old(unsigned char *dec_key,
                          const unsigned char *enc_key, int enc_key_len,