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

Name

Description

ctx

Initialized MAC context.

Created with MrDocs