|
@@ -30,6 +30,7 @@
|
|
#include <crypto/skcipher.h>
|
|
#include <crypto/skcipher.h>
|
|
#include <crypto/aead.h>
|
|
#include <crypto/aead.h>
|
|
#include <linux/ieee80211.h>
|
|
#include <linux/ieee80211.h>
|
|
|
|
+#include <qdf_module.h>
|
|
|
|
|
|
/* Function Definitions and Documentation */
|
|
/* Function Definitions and Documentation */
|
|
#define MAX_HMAC_ELEMENT_CNT 10
|
|
#define MAX_HMAC_ELEMENT_CNT 10
|
|
@@ -308,6 +309,8 @@ error:
|
|
return ret;
|
|
return ret;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+qdf_export_symbol(qdf_get_keyed_hash);
|
|
|
|
+
|
|
/* AES String to Vector from RFC 5297, 'out' should be of length AES_BLOCK_SIZE
|
|
/* AES String to Vector from RFC 5297, 'out' should be of length AES_BLOCK_SIZE
|
|
*/
|
|
*/
|
|
int qdf_aes_s2v(const uint8_t *key, unsigned int key_len, const uint8_t *s[],
|
|
int qdf_aes_s2v(const uint8_t *key, unsigned int key_len, const uint8_t *s[],
|