Searched defs:cipher_algo (Results 1 – 1 of 1) sorted by relevance
1812 struct cipher_algo { struct1813 const char *name; /* Name of algorithm */1814 int key_len; /* Length of the key */1815 int iv_len; /* Length of the IV */1818 const EVP_CIPHER * (*calculate_type)(void);1821 int (*encrypt)(struct image_cipher_info *info,1850 struct cipher_algo *image_get_cipher_algo(const char *full_name); argument
Completed in 9 milliseconds