// SPDX-License-Identifier: GPL-2.0-only /* * Copyright 2003-2004, Instant802 Networks, Inc. * Copyright 2005-2006, Devicescape Software, Inc. * * Rewrite: Copyright (C) 2013 Linaro Ltd */ #include #include #include #include #include #include #include "key.h" #include "aes_ccm.h" #include void ieee80211_aes_key_free(struct crypto_aead *tfm) { crypto_free_aead(tfm); }