Lines Matching refs:compat
196 .compat = "md5",
216 .compat = "sha1",
236 .compat = "sha256",
294 .compat = "rmd160",
346 .compat = "sm3",
369 .compat = "cipher_null",
389 .compat = "des",
410 .compat = "des3_ede",
431 .compat = "cast5",
452 .compat = "blowfish",
473 .compat = "aes",
494 .compat = "serpent",
515 .compat = "camellia",
536 .compat = "twofish",
577 .compat = "sm4",
743 (entry->compat && !strcmp(name, entry->compat))); in xfrm_alg_name_match()