Lines Matching +full:aes +full:- +full:gcm
1 // SPDX-License-Identifier: GPL-2.0-or-later
29 .name = "rfc4106(gcm(aes))",
48 .name = "rfc4106(gcm(aes))",
67 .name = "rfc4106(gcm(aes))",
86 .name = "rfc4309(ccm(aes))",
105 .name = "rfc4309(ccm(aes))",
124 .name = "rfc4309(ccm(aes))",
143 .name = "rfc4543(gcm(aes))",
314 .name = "xcbc(aes)",
334 .name = "cmac(aes)",
473 .name = "cbc(aes)",
474 .compat = "aes",
557 .name = "rfc3686(ctr(aes))",
563 .defkeybits = 160, /* 128-bit key + 32-bit nonce */
682 struct xfrm_algo_desc *list = algo_list->algs; in xfrm_find_algo()
685 for (i = 0; i < algo_list->entries; i++) { in xfrm_find_algo()
695 status = algo_list->find(list[i].name, 0, 0); in xfrm_find_algo()
708 return entry->desc.sadb_alg_id == (unsigned long)data; in xfrm_alg_id_match()
737 return name && (!strcmp(name, entry->name) || in xfrm_alg_name_match()
738 (entry->compat && !strcmp(name, entry->compat))); in xfrm_alg_name_match()
771 const char *name = aead->name; in xfrm_aead_name_match()
773 return aead->icvbits == entry->uinfo.aead.icv_truncbits && name && in xfrm_aead_name_match()
774 !strcmp(name, entry->name); in xfrm_aead_name_match()