Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/libraries/wm/ARM9.TWL/nwm/src/
Dnwm_passphrase.c84 u32 passphrase_len = (u32)STD_StrLen((const char*)passphrase); in pbkdf2_sha1_f() local
106 SVC_HMACSHA1Init( &ctx, (const void *)passphrase, (u32)passphrase_len ); in pbkdf2_sha1_f()
112 hmac_sha1_vector((const u8 *) passphrase, passphrase_len, 2, addr, len, tmp); in pbkdf2_sha1_f()
121 SVC_HMACSHA1Init( &ctx, (const void *)passphrase, (u32)passphrase_len ); in pbkdf2_sha1_f()
125 hmac_sha1_vector((const u8 *) passphrase, passphrase_len, 1, addr, len, tmp2); in pbkdf2_sha1_f()