Lines Matching refs:compat
196 .compat = "md5",
216 .compat = "sha1",
236 .compat = "sha256",
294 .compat = "rmd160",
349 .compat = "cipher_null",
369 .compat = "des",
390 .compat = "des3_ede",
411 .compat = "cast5",
432 .compat = "blowfish",
453 .compat = "aes",
474 .compat = "serpent",
495 .compat = "camellia",
516 .compat = "twofish",
702 (entry->compat && !strcmp(name, entry->compat))); in xfrm_alg_name_match()