EVP_MAC_CTX_get_block_size

Return the MAC block size for the algorithm bound to ctx.

Synopsis

Declared in <openssl/evp.h>

size_t
EVP_MAC_CTX_get_block_size(EVP_MAC_CTX* ctx);

Return Value

Block size in bytes, or 0 if unavailable.

Parameters

NameDescription
ctxInitialized MAC context.