Home
last modified time | relevance | path

Searched refs:pKey (Results 1 – 25 of 28) sorted by relevance

12

/OK3568_Linux_fs/external/recovery/
H A Dsdboot.c74 static int get_cfg_Item(char *pFileName /*in*/, char *pKey /*in*/, in get_cfg_Item() argument
98 pTmp = strstr(lineBuf, pKey); in get_cfg_Item()
102 pTmp = pTmp + strlen(pKey); in get_cfg_Item()
H A Dusbboot.c89 static int get_cfg_Item(char *pFileName /*in*/, char *pKey /*in*/, in get_cfg_Item() argument
113 pTmp = strstr(lineBuf, pKey); in get_cfg_Item()
117 pTmp = pTmp + strlen(pKey); in get_cfg_Item()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/
H A DkeyMgmtSta_rom.c478 UINT8 isPairwise, KeyData_t *pKey) in FillKeyMaterialStruct_internal() argument
485 key_len, isPairwise, pKey)) { in FillKeyMaterialStruct_internal()
506 pKey->Key, key_len); in FillKeyMaterialStruct_internal()
513 pKey->Key, TK_SIZE); in FillKeyMaterialStruct_internal()
515 pKey->TxMICKey, 8); in FillKeyMaterialStruct_internal()
517 pKey->RxMICKey, 8); in FillKeyMaterialStruct_internal()
528 pKeyMgtData->keyEncypt.WEP.keyIndex = pKey->KeyIndex; in FillKeyMaterialStruct_internal()
532 pKey->Key, key_len); in FillKeyMaterialStruct_internal()
618 parseKeyDataGTK(phostsa_private priv, UINT8 *pKey, UINT16 len, in parseKeyDataGTK() argument
627 if (parseKeyDataGTK_hook(pKey, len, pGRKey, &ptr_val)) { in parseKeyDataGTK()
[all …]
H A DkeyMgmtSta.c68 UINT16 key_len, UINT8 isPairwise, KeyData_t *pKey);
72 UINT8 keyIdx, UINT8 keyLen, KeyData_t *pKey);
1251 UINT16 key_len, UINT8 isPairwise, KeyData_t *pKey) in FillKeyMaterialStruct() argument
1264 pKey); in FillKeyMaterialStruct()
1271 UINT8 *pn, UINT8 keyIdx, UINT8 keyLen, KeyData_t *pKey) in FillGrpKeyMaterialStruct() argument
1285 memcpy(util_fns, keyMgtData.keyEncypt.iGTK.key, pKey->Key, in FillGrpKeyMaterialStruct()
1289 pKey); in FillGrpKeyMaterialStruct()
1568 keyMgmtSetMICKey(phostsa_private priv, UINT8 *pKey) in keyMgmtSetMICKey() argument
1573 pKey, sizeof(priv->suppData->keyMgmtInfoSta.EAPOL_MIC_Key)); in keyMgmtSetMICKey()
1583 keyMgmtSetEAPOLEncrKey(phostsa_private priv, UINT8 *pKey) in keyMgmtSetEAPOLEncrKey() argument
[all …]
H A DkeyMgmtSta_rom.h58 KeyData_t *pKey);
129 extern BOOLEAN (*parseKeyDataGTK_hook) (UINT8 *pKey,
133 extern KDE_t *parseKeyDataGTK(phostsa_private priv, UINT8 *pKey, UINT16 len,
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/common/
H A Dmrvl_sha256_crypto.c51 mrvl_sha256_crypto_kdf(void *priv, UINT8 *pKey, in mrvl_sha256_crypto_kdf() argument
103 hmac_sha256_vector(priv, pKey, key_len, in mrvl_sha256_crypto_kdf()
H A Dmrvl_sha256_crypto.h32 extern void mrvl_sha256_crypto_kdf(void *priv, UINT8 *pKey,
/OK3568_Linux_fs/external/rkupdate/
H A DUpgrade.cpp664 bool GetPubicKeyFromExternal(char *szDev, CRKLog *pLog, unsigned char *pKey, unsigned int &nKeySize) in GetPubicKeyFromExternal() argument
752 *((USHORT *)pKey) = pSecureHdr->usRsaBit; in GetPubicKeyFromExternal()
755 *(pKey + j + 2) = pSecureHdr->nFactor[nRsaByte - j - 1]; in GetPubicKeyFromExternal()
759 *(pKey + j + 2 + nRsaByte) = pSecureHdr->eFactor[nRsaByte - j - 1]; in GetPubicKeyFromExternal()
776 bool GetPubicKeyFromDevice(CRKLog *pLog, unsigned char *pKey, unsigned int &nKeySize) in GetPubicKeyFromDevice() argument
797 bRet = pDevice->GetPublicKey(pKey, nKeySize); in GetPubicKeyFromDevice()
818 bool UnlockDevice(CRKImage *pImage, CRKLog *pLog, unsigned char *pKey, unsigned int nKeySize) in UnlockDevice() argument
827 if ((!pImage) || (!pKey)) in UnlockDevice()
H A DRKAndroidDevice.h204 bool GetPublicKey(unsigned char *pKey, unsigned int &nKeySize);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_wapi.c266 u8 *pKey in WapiWriteOneCamEntry() argument
288 write_cam(padapter, EntryId, usConfig, pMacAddr, pKey); in WapiWriteOneCamEntry()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_wapi.c255 u8 *pKey in WapiWriteOneCamEntry() argument
277 write_cam(padapter, EntryId, usConfig, pMacAddr, pKey); in WapiWriteOneCamEntry()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_wapi.c266 u8 *pKey in WapiWriteOneCamEntry() argument
290 write_cam(padapter, EntryId, usConfig, pMacAddr, pKey); in WapiWriteOneCamEntry()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_wapi.c266 u8 *pKey in WapiWriteOneCamEntry() argument
290 write_cam(padapter, EntryId, usConfig, pMacAddr, pKey); in WapiWriteOneCamEntry()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_wapi.c265 u8 *pKey in WapiWriteOneCamEntry() argument
287 write_cam(padapter, EntryId, usConfig, pMacAddr, pKey); in WapiWriteOneCamEntry()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_wapi.c265 u8 *pKey in WapiWriteOneCamEntry() argument
287 write_cam(padapter, EntryId, usConfig, pMacAddr, pKey); in WapiWriteOneCamEntry()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_wapi.c265 u8 *pKey in WapiWriteOneCamEntry() argument
287 write_cam(padapter, EntryId, usConfig, pMacAddr, pKey); in WapiWriteOneCamEntry()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_wapi.c266 u8 *pKey in WapiWriteOneCamEntry() argument
288 write_cam(padapter, EntryId, usConfig, pMacAddr, pKey); in WapiWriteOneCamEntry()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_wapi.c266 u8 *pKey in WapiWriteOneCamEntry() argument
288 write_cam(padapter, EntryId, usConfig, pMacAddr, pKey); in WapiWriteOneCamEntry()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_wapi.c266 u8 *pKey in WapiWriteOneCamEntry() argument
288 write_cam(padapter, EntryId, usConfig, pMacAddr, pKey); in WapiWriteOneCamEntry()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_wapi.c265 u8 *pKey in WapiWriteOneCamEntry() argument
287 write_cam(padapter, EntryId, usConfig, pMacAddr, pKey); in WapiWriteOneCamEntry()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_wapi.c266 u8 *pKey in WapiWriteOneCamEntry() argument
288 write_cam(padapter, EntryId, usConfig, pMacAddr, pKey); in WapiWriteOneCamEntry()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_wapi.c266 u8 *pKey in WapiWriteOneCamEntry() argument
288 write_cam(padapter, EntryId, usConfig, pMacAddr, pKey); in WapiWriteOneCamEntry()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_wapi.c265 u8 *pKey in WapiWriteOneCamEntry() argument
287 write_cam(padapter, EntryId, usConfig, pMacAddr, pKey); in WapiWriteOneCamEntry()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_wapi.c265 u8 *pKey in WapiWriteOneCamEntry() argument
287 write_cam(padapter, EntryId, usConfig, pMacAddr, pKey); in WapiWriteOneCamEntry()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_wapi.c265 u8 *pKey in WapiWriteOneCamEntry() argument
287 write_cam(padapter, EntryId, usConfig, pMacAddr, pKey); in WapiWriteOneCamEntry()

12