[#EVP_CIPHER_get_block_size] = EVP_CIPHER_get_block_size :mrdocs: Return the block size of a cipher in bytes. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int EVP_CIPHER_get_block_size(xref:EVP_CIPHER-07.adoc[EVP_CIPHER] const* cipher); ---- == Return Value Block size in bytes (1 for stream ciphers). == Parameters [cols="1,4"] |=== | Name| Description | *cipher* | Cipher method to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#