g_eli_crypto_cipher
return (g_eli_crypto_cipher(algo, GELI_ENCRYPT, data, datasize, key,
return (g_eli_crypto_cipher(algo, GELI_DECRYPT, data, datasize, key,
return (g_eli_crypto_cipher(algo, 1, data, datasize, key, keysize));
return (g_eli_crypto_cipher(algo, 0, data, datasize, key, keysize));