]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/openssl/evp.h
Add the function EVP_PKEY_new_CMAC_key()
[thirdparty/openssl.git] / include / openssl / evp.h
index d80ca41e65011fda25d3361ebcf2e4b3429f7208..e8d46286d00eca50173e9f982d005157652c9749 100644 (file)
@@ -1343,6 +1343,8 @@ EVP_PKEY *EVP_PKEY_new_private_key(int type, ENGINE *e,
 EVP_PKEY *EVP_PKEY_new_public_key(int type, ENGINE *e,
                                   const unsigned char *pub,
                                   size_t len);
+EVP_PKEY *EVP_PKEY_new_CMAC_key(ENGINE *e, const unsigned char *priv,
+                                size_t len, const EVP_CIPHER *cipher);
 
 void EVP_PKEY_CTX_set_data(EVP_PKEY_CTX *ctx, void *data);
 void *EVP_PKEY_CTX_get_data(EVP_PKEY_CTX *ctx);