Lines Matching refs:compat
179 .compat = "md5",
199 .compat = "sha1",
219 .compat = "sha256",
277 .compat = "rmd160",
332 .compat = "cipher_null",
352 .compat = "des",
372 .compat = "des3_ede",
392 .compat = "cast5",
412 .compat = "blowfish",
432 .compat = "aes",
452 .compat = "serpent",
472 .compat = "camellia",
492 .compat = "twofish",
676 (entry->compat && !strcmp(name, entry->compat))); in xfrm_alg_name_match()