Searched refs:dm_inlinecrypt_ciphers (Results 1 – 1 of 1) sorted by relevance
18 } dm_inlinecrypt_ciphers[] = { variable58 for (i = 0; i < ARRAY_SIZE(dm_inlinecrypt_ciphers); i++) { in lookup_cipher()59 if (strcmp(cipher_string, dm_inlinecrypt_ciphers[i].name) == 0) in lookup_cipher()60 return &dm_inlinecrypt_ciphers[i]; in lookup_cipher()