qcacmn: Enable qdf_get_keyed_hash() API

Enable qdf_get_keyed_hash() API in qdf_crypto.c

CRs-Fixed: 2721647
Change-Id: I2c051f79dce2e70c9fa7c25d171a69b60588d6b8
此提交包含在:
Disha Das
2020-06-29 12:54:25 +05:30
提交者 nshrivas
父節點 7f96401451
當前提交 6320586a21
共有 2 個檔案被更改,包括 4 行新增0 行删除

查看文件

@@ -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[],