crypto_algo
static struct crypto_algo crypto_algos[] = {
struct tc_crypto_algo *crypto_algo;
crypto_algo = &tc_crypto_algos[0];
while ((crypto_algo != NULL) &&
(strcmp(dm_table[i]->cipher, crypto_algo->dm_crypt_str) != 0))
++crypto_algo;
if (crypto_algo == NULL) {
strcat(ciphers, crypto_algo->name);