Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/build/libraries/wm/ARM9.TWL/nwm/src/
Dnwm_passphrase.c139 u8 k_pad[64]; /* padding - key XORd with ipad/opad */ in hmac_sha1_vector() local
170 MI_CpuClear8(k_pad, sizeof(k_pad)); in hmac_sha1_vector()
171 MI_CpuCopy8(key, k_pad, key_len); in hmac_sha1_vector()
174 k_pad[i] ^= 0x36; in hmac_sha1_vector()
177 _addr[0] = k_pad; in hmac_sha1_vector()
185 MI_CpuClear8(k_pad, sizeof(k_pad)); in hmac_sha1_vector()
186 MI_CpuCopy8(key, k_pad, key_len); in hmac_sha1_vector()
189 k_pad[i] ^= 0x5c; in hmac_sha1_vector()
192 _addr[0] = k_pad; in hmac_sha1_vector()