mac80111: Add BIP-CMAC-256 cipher
[deliverable/linux.git] / net / mac80211 / aes_cmac.h
index 0ce6487af79536c03e7cae25639eeacd389f5f18..3702041f44fdb16ce382c701eb53ef9493009f52 100644 (file)
 
 #include <linux/crypto.h>
 
-struct crypto_cipher *ieee80211_aes_cmac_key_setup(const u8 key[]);
+struct crypto_cipher *ieee80211_aes_cmac_key_setup(const u8 key[],
+                                                  size_t key_len);
 void ieee80211_aes_cmac(struct crypto_cipher *tfm, const u8 *aad,
                        const u8 *data, size_t data_len, u8 *mic);
+void ieee80211_aes_cmac_256(struct crypto_cipher *tfm, const u8 *aad,
+                           const u8 *data, size_t data_len, u8 *mic);
 void ieee80211_aes_cmac_key_free(struct crypto_cipher *tfm);
 
 #endif /* AES_CMAC_H */
This page took 0.028489 seconds and 5 git commands to generate.