Searched refs:crypto_algo (Results 1 – 3 of 3) sorted by relevance
1550 struct tc_crypto_algo *crypto_algo; in dm_info_map() local1592 crypto_algo = &tc_crypto_algos[0]; in dm_info_map()1593 while ((crypto_algo != NULL) && in dm_info_map()1594 (strcmp(dm_table[i]->cipher, crypto_algo->dm_crypt_str) != 0)) in dm_info_map()1595 ++crypto_algo; in dm_info_map()1596 if (crypto_algo == NULL) { in dm_info_map()1600 strcat(ciphers, crypto_algo->name); in dm_info_map()
337 struct crypto_algo { struct
54 static struct crypto_algo crypto_algos[] = {