cryptoapi_cipher_spec
const struct cryptoapi_cipher_spec cipher_null = {
const struct cryptoapi_cipher_spec cipher_aes_cbc = {
const struct cryptoapi_cipher_spec cipher_aes_xts = {
const struct cryptoapi_cipher_spec cipher_aesni_cbc = {
const struct cryptoapi_cipher_spec cipher_aesni_xts = {
const struct cryptoapi_cipher_spec cipher_twofish_cbc = {
const struct cryptoapi_cipher_spec cipher_twofish_xts = {
const struct cryptoapi_cipher_spec cipher_serpent_cbc = {
const struct cryptoapi_cipher_spec cipher_serpent_xts = {
struct cryptoapi_cipher_spec;
typedef const struct cryptoapi_cipher_spec *cryptoapi_cipher_t;