Lines Matching +full:aes +full:- +full:gcm
32 .name = "rfc4106(gcm(aes))",
51 .name = "rfc4106(gcm(aes))",
70 .name = "rfc4106(gcm(aes))",
89 .name = "rfc4309(ccm(aes))",
108 .name = "rfc4309(ccm(aes))",
127 .name = "rfc4309(ccm(aes))",
146 .name = "rfc4543(gcm(aes))",
317 .name = "xcbc(aes)",
337 .name = "cmac(aes)",
456 .name = "cbc(aes)",
457 .compat = "aes",
540 .name = "rfc3686(ctr(aes))",
546 .defkeybits = 160, /* 128-bit key + 32-bit nonce */
649 struct xfrm_algo_desc *list = algo_list->algs; in xfrm_find_algo()
652 for (i = 0; i < algo_list->entries; i++) { in xfrm_find_algo()
662 status = crypto_has_alg(list[i].name, algo_list->type, in xfrm_find_algo()
663 algo_list->mask); in xfrm_find_algo()
676 return entry->desc.sadb_alg_id == (unsigned long)data; in xfrm_alg_id_match()
705 return name && (!strcmp(name, entry->name) || in xfrm_alg_name_match()
706 (entry->compat && !strcmp(name, entry->compat))); in xfrm_alg_name_match()
739 const char *name = aead->name; in xfrm_aead_name_match()
741 return aead->icvbits == entry->uinfo.aead.icv_truncbits && name && in xfrm_aead_name_match()
742 !strcmp(name, entry->name); in xfrm_aead_name_match()