Lines Matching full:compat
197 .compat = "md5",
217 .compat = "sha1",
237 .compat = "sha256",
295 .compat = "rmd160",
347 .compat = "sm3",
370 .compat = "cipher_null",
390 .compat = "des",
411 .compat = "des3_ede",
432 .compat = "cast5",
453 .compat = "blowfish",
474 .compat = "aes",
495 .compat = "serpent",
516 .compat = "camellia",
537 .compat = "twofish",
578 .compat = "sm4",
738 (entry->compat && !strcmp(name, entry->compat))); in xfrm_alg_name_match()