Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/wm/ARM9.TWL/nwm/src/
Dnwm_passphrase.c81 u8 count_buf[4]; in pbkdf2_sha1_f() local
91 addr[1] = count_buf; in pbkdf2_sha1_f()
100 count_buf[0] = (u8)((count >> 24) & 0xff); in pbkdf2_sha1_f()
101 count_buf[1] = (u8)((count >> 16) & 0xff); in pbkdf2_sha1_f()
102 count_buf[2] = (u8)((count >> 8) & 0xff); in pbkdf2_sha1_f()
103 count_buf[3] = (u8)(count & 0xff); in pbkdf2_sha1_f()