Searched refs:prfCtx (Results 1 – 2 of 2) sorted by relevance
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/libzip/libzip/lib/ |
H A D | zip_crypto_win.c | 231 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 D | zip_crypto_win.c | 232 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()
|