Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/wm/ARM9.TWL/nwm/src/
Dnwm_passphrase.c143 u32 _len[6]; in hmac_sha1_vector() local
178 _len[0] = 64; in hmac_sha1_vector()
181 _len[i + 1] = len[i]; in hmac_sha1_vector()
183 sha1_vector(1 + num_elem, _addr, _len, mac); in hmac_sha1_vector()
193 _len[0] = 64; in hmac_sha1_vector()
195 _len[1] = SHA1_MAC_LEN; in hmac_sha1_vector()
196 sha1_vector(2, _addr, _len, mac); in hmac_sha1_vector()