Lines Matching refs:compat
198 .compat = "md5",
218 .compat = "sha1",
238 .compat = "sha256",
296 .compat = "rmd160",
351 .compat = "cipher_null",
371 .compat = "des",
392 .compat = "des3_ede",
413 .compat = "cast5",
434 .compat = "blowfish",
455 .compat = "aes",
476 .compat = "serpent",
497 .compat = "camellia",
518 .compat = "twofish",
704 (entry->compat && !strcmp(name, entry->compat))); in xfrm_alg_name_match()