qcacmn: Enable qdf_get_keyed_hash() API
Enable qdf_get_keyed_hash() API in qdf_crypto.c CRs-Fixed: 2721647 Change-Id: I2c051f79dce2e70c9fa7c25d171a69b60588d6b8
此提交包含在:
@@ -46,6 +46,7 @@ linux/src/qdf_list.o \
|
||||
linux/src/qdf_lock.o \
|
||||
linux/src/qdf_mc_timer.o \
|
||||
linux/src/qdf_mem.o \
|
||||
linux/src/qdf_crypto.o \
|
||||
linux/src/qdf_module.o \
|
||||
linux/src/qdf_net_if.o \
|
||||
linux/src/qdf_nbuf.o \
|
||||
|
@@ -30,6 +30,7 @@
|
||||
#include <crypto/skcipher.h>
|
||||
#include <crypto/aead.h>
|
||||
#include <linux/ieee80211.h>
|
||||
#include <qdf_module.h>
|
||||
|
||||
/* Function Definitions and Documentation */
|
||||
#define MAX_HMAC_ELEMENT_CNT 10
|
||||
@@ -308,6 +309,8 @@ error:
|
||||
return ret;
|
||||
}
|
||||
|
||||
qdf_export_symbol(qdf_get_keyed_hash);
|
||||
|
||||
/* 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[],
|
||||
|
新增問題並參考
封鎖使用者