Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/wm/ARM9.TWL/nwm/src/
Dnwm_passphrase.c31 static void hmac_sha1_vector(const u8 *key, u32 key_len, u32 num_elem,
112 hmac_sha1_vector((const u8 *) passphrase, passphrase_len, 2, addr, len, tmp); in pbkdf2_sha1_f()
125 hmac_sha1_vector((const u8 *) passphrase, passphrase_len, 1, addr, len, tmp2); in pbkdf2_sha1_f()
136 void hmac_sha1_vector(const u8 *key, u32 key_len, u32 num_elem, in hmac_sha1_vector() function