Home
last modified time | relevance | path

Searched refs:pKpad (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/common/
H A Dsha256.c101 UINT8 *pKpad; /* was UINT8 k_pad[64], padding - key XORd with ipad/opad */ in hmac_sha256_vector() local
106 pKpad = pScratchMem; /* kpad = 64 bytes */ in hmac_sha256_vector()
107 pTk = pKpad + 64; /* tk = 32 bytes */ in hmac_sha256_vector()
129 memset(util_fns, pKpad, 0x00, 64); in hmac_sha256_vector()
130 memcpy(util_fns, pKpad, key, key_len); in hmac_sha256_vector()
133 ptrU32 = (UINT32 *)pKpad; in hmac_sha256_vector()
139 addr[0] = pKpad; in hmac_sha256_vector()
144 memset(util_fns, pKpad, 0x00, 64); in hmac_sha256_vector()
145 memcpy(util_fns, pKpad, key, key_len); in hmac_sha256_vector()
148 ptrU32 = (UINT32 *)pKpad; in hmac_sha256_vector()
[all …]