[#EVP_CIPHER_CTX_get_block_size] = EVP_CIPHER_CTX_get_block_size :mrdocs: Return the block size of the cipher bound to a cipher context. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int EVP_CIPHER_CTX_get_block_size(xref:EVP_CIPHER_CTX.adoc[EVP_CIPHER_CTX] const* ctx); ---- == Return Value Block size in bytes, or 0 if no cipher is set. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Cipher context to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#