crypto_cipher_mode()

 
Returns the block mode of operation of the cipher specified by "ciphername."
Syntax
crypto_cipher_mode( ciphername )
  • where ciphername = an OpenSSL cipher identifier, such as "aes-128-cbc" or "rc2-ofb"
User Annotations: crypto_cipher_mode