Return the block size of the cipher bound to a cipher context.
Declared in <openssl/evp.h>
<openssl/evp.h>
int EVP_CIPHER_CTX_get_block_size(EVP_CIPHER_CTX const* ctx);
Block size in bytes, or 0 if no cipher is set.