Return the capability and behavior flags of a cipher.
Synopsis
Declared in <openssl/evp.h>
unsigned long
EVP_CIPHER_get_flags(EVP_CIPHER const* cipher);
Return Value
Bitmask of EVP_CIPH_* flags for cipher.
Parameters
Name |
Description |
cipher |
Cipher method to query. |
Created with MrDocs