/* * Copyright 2003-2004, Instant802 Networks, Inc. * Copyright 2006, Devicescape Software, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #ifndef AES_CCM_H #define AES_CCM_H #include #define CCM_AAD_LEN 32 struct crypto_aead *ieee80211_aes_key_setup_encrypt(const u8 key[], size_t key_len, size_t mic_len); int ieee80211_aes_ccm_encrypt(struct crypto_aead *tfm, u8 *b_0, u8 *aad, u8 *data, size_t data_len, u8 *mic, size_t mic_len); int ieee80211_aes_ccm_decrypt(struct crypto_aead *tfm, u8 *b_0, u8 *aad, u8 *data, size_t data_len, u8 *mic, size_t mic_len); void ieee80211_aes_key_free(struct crypto_aead *tfm); #endif /* AES_CCM_H */ input type='hidden' name='id' value='9faf1c0fd5a943e498dbc0c86ff42e965b347d08'/> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_minisocks.c
rf/util/data-convert.h?h=nds-private-remove&id=3d88460dbd285e7f32437b530d5bb7cb916142fa&showmsg=1'>Expand) href='/cgit.cgi/linux/net-next.git/log/tools/testing/selftests/rcutorture/configs/rcu/TINY01?id=3976001c9db0354a0bcbd77e324fdf1bc04e110f&showmsg=1'>Expand)
AgeCommit message (Expand)AuthorFilesLines
2017-02-03tcp: add tcp_mss_clamp() helperEric Dumazet1-5/+2
AuthorFilesLines
AuthorFilesLines