[#EVP_MAC_CTX_get_mac_size] = EVP_MAC_CTX_get_mac_size :mrdocs: Return the MAC output size for the algorithm bound to `ctx.` == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- size_t EVP_MAC_CTX_get_mac_size(xref:EVP_MAC_CTX.adoc[EVP_MAC_CTX]* ctx); ---- == Return Value Tag/MAC length in bytes, or 0 if unavailable. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Initialized MAC context. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#