Home
last modified time | relevance | path

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

/dports/emulators/yuzu/yuzu-0b47f7a46/externals/libzip/libzip/lib/
H A Dzip_crypto_win.c231 PRF_CTX prfCtx = {0}; in pbkdf2() local
242 if (!hmacInit(&prfCtx, pbPassword, cbPassword)) { in pbkdf2()
266 if (!hmacCalculate(&prfCtx, U, dwULen, V)) { in pbkdf2()
286 hmacFree(&prfCtx); in pbkdf2()
/dports/archivers/libzip/libzip-1.7.3/lib/
H A Dzip_crypto_win.c232 PRF_CTX prfCtx = {0}; in pbkdf2() local
243 if (!hmacInit(&prfCtx, pbPassword, cbPassword)) { in pbkdf2()
267 if (!hmacCalculate(&prfCtx, U, dwULen, V)) { in pbkdf2()
287 hmacFree(&prfCtx); in pbkdf2()